How can I organize filters main menus on one row

Hello,

Any one have an idea about How i can put all my vertical filters items in one row, instead of 2 rows as it described in the below picture:

@Jo-Ibra , hi, it depends on the theme you are using for your store, can you please share your store URL?

Hi @Jo-Ibra , can you share store url?

Hello DaisyVO,

Thank you for you replay, I tried to figure out yesterday, I solve it by modifying CSS as the following:

Go to --------- assets/component-facets.css

In .facets.disclosure Change the margin-right to 0 rem

margin-right: 0 rem;

Here is the result:

My sotre URL: https://909beautyface.com/

You are right, it is depend on themes, I am using trader theme and i adjust css to sort it out as the following:

Go to --------- assets/component-facets.css

In .facets.disclosure Change the margin-right to 0 rem

margin-right: 0 rem;

Hi @Jo-Ibra It look good . Do you need any further assistance from us?