[Resolved] Header issue

Home Forums Support [Resolved] Header issue

Home Forums Support Header issue

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #146061
    Antonio

    Hello
    I can’t get a fluid fullwidth header into this page:
    http://www.uaragniaun.com/2016/chi-siamo/maria-moramarco/

    it works fine in home
    http://www.uaragniaun.com/2016/

    these are the settings:

    settings

    must I check something else?

    #146071
    Tom
    Lead Developer
    Lead Developer

    The one that’s not working looks like a single post.

    By default, single post page headers display within the content area.

    To change this, go to “Customize > Page Header” and adjust the “Single Post Page Header” option to “Above Content Area”.

    Hope this helps πŸ™‚

    #146084
    Antonio

    it is already above

    #146104
    Tom
    Lead Developer
    Lead Developer

    Ah, you’re using just a static image – so the settings in the “Content” tab don’t apply.

    Those settings only apply if you add content.

    To force the static image to be full width, add this CSS:

    .page-header-image-single.grid-container {
          max-width: 100%;
    }
    
    .page-header-image-single img {
        width: 100%;
    }
    #146156
    Antonio

    Thanks.

    #146170
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #146411
    Rosaleen

    Hi Tom, just a quick question I have the same issue as Antonio but I am not sure where to put the code – I went into content.php and I inserted the code but nothing happened I wasn’t sure where to put it either – sorry not used to touching anything in the editor section.

    #146419
    Tom
    Lead Developer
    Lead Developer

    No worries! This article explains some of your options for adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know if you need more info πŸ™‚

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