Home Forums WoodMart support forum Mobile sidebar (where is filter widget) increase width

Mobile sidebar (where is filter widget) increase width

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

    alin.horne
    Participant

    Hello,

    When I open my sidebar for filtering, the width is covering around 70% of the screen. I need more, because is alot of text and all are stretched in a too little space. Can you please help with this?

    Thank you!
    Alin

    #416638

    Hello,

    Did you tried the Sidebar Size option, under the Dashboard > Theme Settings > Product archive > Sidebar > Sidebar Size: https://postimg.cc/MMKzzcxP

    If the above option doesn’t work out for your for the Mobile view, then kindly try out the following Custom CSS on your Site and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile area:

    @media (max-width: 768px) {
    .wd-side-hidden {
        width: 360px !important;
    }
    }

    Hope this helps !

    Best Regards

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