This topic has 3 replies, 2 voices, and was last updated 5 years by Kieran_SQ.

  • Author
  • #216466
     davellan
    Participant

    While the sticky menu works fine for desktop views, it doesn’t work for mobile. We get the hamburger menu, but when you scroll down it doesn’t follow. Would be great if this was made to follow.

    #216467
     Kieran_SQ
    Moderator

    Hi,

    To override the default behaviour please add the below custom CSS to your KLEO Child style.css via WP Admin > Appearance > Editor > KLEO Child > Style.css

    COPY CODE
    @media(max-width:991px) {
    
        div#header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 2;
        }
        #main {
        margin-top: 88px;
        }
    
    }

    Make sure to purge your WordPress, server and browser/device cache to see the changes.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #216468
     davellan
    Participant

    Thank you for the quick response. That works great, but the only thing would be to have it shrink a bit like the desktop version does when you scroll down (the logo to shrink to half size). How would that work?

    #216473
     Kieran_SQ
    Moderator

    Hi,

    Unfortunately it wouldn’t as the mechanism that shrinks the header is not applied on small screen devices so there is nothing to target to reduce the size on mobile.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?