• Resolved bius

    (@bius)


    Hello,
    I installed your plugin.
    Now the menu toggle is sticky fixed. When I scroll down the page it stays always on the top.
    I’d like to see it scrolling with the rest of the header (logo and nav bar). There is any setting in the back-end configuration panel?
    I already set TRUE the option: Auto Hide on scroll / Close the Menu on scroll.

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Samuel Silva

    (@samuelsilvapt)

    Hi @bius ,

    You can unfix the menu toggler using the position:absolute or position:relative in the CSS. Quick example:

    .animatedfsmenu-navbar-toggler{
    position: absolute;
    }

    .animatedfsmenu{
    min-width: 100%;
    }

    In the future, we will be able to set the menu position using a shortcode.

    Thanks!
    Samuel

Viewing 1 replies (of 1 total)
  • The topic ‘menu toggle fixed / how let it scroll?’ is closed to new replies.