Home Forums WoodMart support forum “Clear filters” on shop page not properly aligned on mobile

“Clear filters” on shop page not properly aligned on mobile

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

    Jeriss Cloud Center
    Participant

    Dear,

    Please check the attachments below, you’ll notice that the “clear filters” button isn’t properly aligned on mobile as it is on desktop. Can you please improve this to make it clean and align that properly on mobile?

    Thanks
    Simon

    Attachments:
    You must be logged in to view attached files.
    #356577

    Hello,

    The filters are displayed like this because the applied filters exceed the width of the device.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area.

    .wd-active-filters .widget_layered_nav_filters li {
        margin-right: 15px;
        font-size: 12px;
    }

    Try reducing the font size and margin value.

    Best Regards

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