Header Widget

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16937
    Consciat
    Member

    Hello,

    I put the phone of my business on the header widget and seem to have some problem when i scroll down. The widget itself is centered perfectly, but the menu goes from centered to floating to the top. I messed around with some CSS and couldnt figure out. Any help?

    You can check out the issue at consciat.com

    #16944
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    #header.sticky #site-logo, #header.sticky #primary-menu {
        top: 30px;
    }
    
    #16960
    Consciat
    Member

    Thanks. There are still 2 problems. The menu is now going down a bit and the green underline is moving up when we scroll down the page.
    Is there a fix for these?

    #16963
    Consciat
    Member

    I fixed the menu positioning. All i need now is to fix the underline.

    Thanks.

    #16970
    Veena
    Moderator

    Pls use the below custom CSS –

    #header.sticky #primary-menu .hover-bg {
        bottom: -20px;
    }
    #header.sticky #primary-menu > ul.menu > li > ul.sub-menu {
        top: 70px;
    }
    
    #16991
    Consciat
    Member

    Thanks for your help. You can close this ticket.

    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header Widget’ is closed to new replies.