[Resolved] Page header

Home Forums Support [Resolved] Page header

Home Forums Support Page header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #72653
    Karl Johnston

    Hi Tom,

    I’ve got a slight problem with the page header, when I put text in the content box.

    On desktop browser it displays fine, on a iphone the content overlaps the main content and footer.

    Any help is much appreciated.

    Karl

    #72660
    Karl Johnston

    forgot to add the url

    http://www.thaicornercrewe.co.uk

    Thanks

    #72679
    Tom
    Lead Developer
    Lead Developer

    Ah yea, the text is too big for mobile.

    Try this CSS:

    @media screen and (max-width: 768px) {
          .inside-content-header h1 {
                font-size: 25px;
          }
    }
    #73144
    Karl Johnston

    Brilliant that worked a treat.

    Thanks

    Karl

    #73254
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! 🙂

    #144379
    Jenifer Bain

    When I add content to my page header my image does not appear. I have the use image from image tab checked.

    #144387
    bdbrown

    Hi Jenifer. The page header Image and Content options are separate; if you enter Content it overrides the specified Image. You can use the image as a background for the content by selecting the “Use iamge…” option on the Content tab. If that’s not working can you post a link to your site so we can take a look?

    Or you can add an image tag directly to the content, something like this for an image in the Media Library:

    <img src="http://your-domain/wp-content/uploads/2015/09/image.jpg">
    

    And then style/position it using CSS.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.