Disabling Sticky Menu in Mobile View

Home Forums Best Commerce Disabling Sticky Menu in Mobile View

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2398
    Anonymous
    Inactive

    Hi there!

    Just downloaded the Best Commerce Theme and it is just excellent. Wanted to know if there’s a way to disable the sticky menu in tablet/ mobile views. I need the menu button to stay back at the top while scrolling down. Will it be possible to achieve this in the Free version? If yes, then please guide me.

    Thanking You.
    Imran

    #2717
    Axle Support
    Moderator

    Hello @webcodestudioz

    Thank you for using our theme.

    Here you just can place the css given below on customiser -> Additional CSS

    so that to disable the sticky menu in tablet/ mobile views

        .mobile-nav-wrap {
            position: relative !important;
        }

    This will help your problem, if you have any other feel free to get back to us we will be happy to assist you.

    Regards
    Support Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.