• Hi Roman,

    Is it possible to keep the little menu box on mobile view, so that when you scroll down, you can always access the menu? I’m asking because on laptop view, I’ve set it so that the menu always stays at the top when you scroll down, but I realise on mobile view you have to go back to the top of the page to select a different section. Is there a solution to this? I think I’ve seen the menu box appear to ‘float’ on some websites.

    Thanks so much,
    Jen

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

Viewing 1 replies (of 1 total)
  • Hello Jen,

    You can try to add this CSS code in Customize → Additional CSS section as well:

    #undefined-sticky-wrapper.is-sticky .top-bar {
        position: fixed !important;
    }

    Kind Regards, Roman.

    • This reply was modified 4 years, 10 months ago by Roman Bondar. Reason: CSS code fix
Viewing 1 replies (of 1 total)
  • The topic ‘Menu button on mobile view’ is closed to new replies.