• Resolved btcwonderland

    (@btcwonderland)


    hi

    it appears that my home page head logo is overlaying the content below

    since im not an IT person so would appreciate explanation for IT dummies

    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @btcwonderland,

    Can you provide me with the link to your site so I can advise you?
    Thanks

    Hi Rui,

    To see this problem in action, check out collaboration.org

    Header option is set to ‘sticky’.

    Pretty sure this is a relatively new development.

    Thanks

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @nickrytlewski

    If the Header option is set to Sticky then the header will stay in the same place, if it’s disabled it will move along with the content.

    Just disable that option.

    Hi Rui,

    Is there any way to have a sticky header that doesn’t cover the content at the top of each page?

    Right now a significant portion of the top of each page (equivalent to the header height) is being covered over by the sticky header, so there is no way to ever see that content – page titles, breadcrumbs, tops of images, etc..

    I’m fairly certain this is a “new” development. I know this wasn’t the case 6 months ago.

    Plugin Author Rui Guerreiro

    (@takanakui)

    @nickrytlewski
    when you choose the sticky mode it should exist a padding-top in the body correspondent to the height of the header so that nothing stays hidden below the sticky header. This should do this by default.

    That CSS is being override but your theme CSS.
    Let’s force it by using this CSS.

    .mobmenu-push-wrap, body.mob-menu-slideout-over {
        padding-top: 50px!important;
    }
    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.
    Let me know if you need further help with this.

    Thanks, that was it 🙂

    Plugin Author Rui Guerreiro

    (@takanakui)

    @nickrytlewski That’s great.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘head logo overlay content’ is closed to new replies.