Freeze menu bar?

  • Posted in : Readme
  • macbeth2012
    Participant

    Hi guys,

    Is there any option we can freeze the top row (menu bar) to leave it fixed as you scroll down?

    I guess I’ll have to go to CSS

    Thanks

    macbeth2012
    Participant

    Gosh I did not specify: in the mobile version

    serkan
    Moderator

    Hi macbeth2012,
    Go to appearance > theme options > Style > enable Fixed Header
    Thanks

    medium_qatar
    Participant

    its sticky on desktop but not on mobile. how to fix it on mobile?

    serkan
    Moderator

    Hi @medium_qatar;
    You can use this custom css code;

    @media screen and (max-width: 768px) { .site-header { position: fixed; top: 0; } }
    @media screen and (max-width: 768px) { .site-main { margin-top: 50px; } }

    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register