Scrolling of header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30922
    Antonio Scotti
    Participant

    Hi,
    I see that when I scroll the theme page up and down the header also scrolls a little bit down (and up)
    How can I control this feature or even disable the scrolling of the header?
    site: http://www.permacultureforrefugees.org/
    Regards

    #30926
    Veena
    Moderator

    Can you pls have the below custom CSS in themeoptions –

    #site-logo {
        top: 8px;
    }
    #primary-menu {
        top: -100px;
    }
    #header.sticky #primary-menu {
        top: -80px;
    }
    .dropdown-menu-wrap > ul.menu > li > a {
        transition: none !important;
    }
    
    #30945
    Antonio Scotti
    Participant

    Dear Veena
    thanks for the css codes.
    Still, after applying the changes, the menu line is what makes a little movement up & down when the page is scrolled.
    By the way, what was the main reason for having this default behaviour?
    Regards

    #30949
    Veena
    Moderator

    Can you pls use the below custom CSS –

    .dropdown-menu-wrap > ul.menu > li > a, .dropdown-menu-wrap > ul.menu > li {
        transition: none !important;
    }
    

    movement is due to the transition effect.

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