strange behaviour of menu

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17011
    markf
    Member

    Please have a look at this

    yougov.sales-portal.net

    If I am at the top, the menu bar (blue) is too tall. However when I scroll down the page, the menu bar is a more suitable height. I’ve tried all sorts to adjust the menu bar but when I do anything to adjust the menu bar when page is at the top, it affects the sliding menu.

    all I want is the menu bar to look the same at the top location as it does when it slides down. What am I missing?

    #17018
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions –

    #primary-menu > ul.menu > li > a {
        line-height: 60px;
    }
    

    Also if you want to change the triggering point of sticky menu then you can modify the sticky class offset value in file js/main.js line no:172 .

    #17020
    markf
    Member
    This reply has been marked as private.
    #17027
    Veena
    Moderator

    The custom CSS which i have suggested should work.
    Pls try the below custom CSS in themeoptions –

    #primary-menu > ul.menu > li > a {
        line-height: 60px;
    }
    .dropdown-menu-wrap > ul.menu > li > ul.sub-menu {
        top: 60px;
    }
    
    #17030
    markf
    Member
    This reply has been marked as private.
    #17068
    Veena
    Moderator

    We are unable to view the site. Can you pls share a temp login to your site as a private msg ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.