Home Forums Basel support forum Mobile menu and Sidebar Filter Menu from Top:0

Mobile menu and Sidebar Filter Menu from Top:0

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128151

    Naimish
    Participant

    I have entered the following code to start the menu from top in mobile:

    .mobile-nav{
    top : 0px;
    }

    But when I open the menu after scrolling down and the sticky header is around, the menu starts after the sticky header.

    #128186

    Hello,

    Send your site admin access and screen where you show how you would like to move your menu, we shall check and tell you if it is possible.

    Best Regards

    #128525

    Naimish
    Participant

    I was putting the class name wrong. Got it done with following code:

    .admin-bar .cart-widget-side, .admin-bar .mobile-nav {
    top: 0;
    }

    .offcanvas-sidebar-mobile.admin-bar .sidebar-container {
    top: 0;
    }

    #128562

    Ok. If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Mobile menu and Sidebar Filter Menu from Top:0’ is closed to new replies.