Home Forums WoodMart support forum off-canvas width of the shopping cart, as well as the floating menu on mobile

off-canvas width of the shopping cart, as well as the floating menu on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #647607

    yanir9
    Participant

    Hi,
    How can i change to width of the off-canvas menus, like cart mobile menu & main mobile menu?

    #647803

    Luke Nielsen
    Member

    Hello,

    Try to use the code below:

    @media (max-width: 1024px) {
        .wd-side-hidden {
            --wd-side-hidden-w: min(400px, 80vw);
        }
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

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

The topic ‘off-canvas width of the shopping cart, as well as the floating menu on mobile’ is closed to new replies.