• Is it possible to set the menu to always be visible. So not just visible when the user scrolls? I’ve set the scroll distance to 0 but that didn’t do it.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author BonfireThemes

    (@bonfirethemes)

    Hi Andrew.

    You can set the value to 0 and then add this CSS to your stylesheet:

    .sshos-header-bar,
    .sshos-contents-wrapper {
        opacity:1 !important;
        -webkit-transform:translateY(0) !important;
        -moz-transform:translateY(0) !important;
        transform:translateY(0) !important;
    }

    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘Making the menu always visible’ is closed to new replies.