Home Forums WoodMart support forum I want to make the mobile nav menu full screen, is this possible?

I want to make the mobile nav menu full screen, is this possible?

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

    precise
    Participant

    I want to make the mobile nav menu full screen, is this possible?

    #247300

    Hello,

    Please provide the screen of what you mean.

    Best Regards

    #249615

    precise
    Participant

    When mobile navigation is turned on on mobile devices, I want it to fill the entire screen horizontally and vertically.

    #249720

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 1024px){
    .cart-widget-side, .login-form-side, .mobile-nav {
        width: 100%;
    }
    }

    Best Regards

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