Home Forums WoodMart support forum Problem with Sidebar Filter collapse with two column

Problem with Sidebar Filter collapse with two column

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #654600

    web-3857
    Participant

    Hi, i have a sidebar on my product archive page that have filter.
    I set “Shop sidebar widgets collapse” on “Filters only”
    When i open a filter on my page, the result are only in one column but I need to have two columns to save space

    the problem is on display:block that can’t permit use of two columns.

    i’ve try to set

    .wd-swatches-filter .wd-filter-list .wd-labels-off .wd-size-large .wd-layout-double .wd-text-style-1 .wd-swatches-brands ul {
    display: flex !important;
    }

    but not work

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

    Luke Nielsen
    Keymaster

    Hello,

    Please confirm the permission for plugin deactivation and switching to the parent/default theme for testing. Also, send access to the admin panel.

    Looking forward to collaborating with you!

    Kind Regards

    #654743

    web-3857
    Participant

    Ok thank you

    #654867

    Bogdan Donovan
    Keymaster

    Hello,

    You are right, this is indeed an issue in our theme and it will be fixed in the next update. In the meantime, please add the following custom code to the Custom CSS Area to resolve the problem immediately.

    .wd-widget-collapse .wd-swatches-filter:is(.wd-layout-double,.wd-layout-inline)[style*="display: block"] {
    	display: flex !important;
    }

    Kind Regards

    #655009

    web-3857
    Participant

    Solved. Thank you so much

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

The topic ‘Problem with Sidebar Filter collapse with two column’ is closed to new replies.