Home Forums WoodMart support forum The brands in the filter sidebar have two rows

The brands in the filter sidebar have two rows

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

    EDEN
    Participant

    Hello, its fixed, another question please, the brands in the filter sidebar have two rows, but only one row on tablets and mobiles, how to get 2 rows as well on tablets and mobiles please ?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 1024px){
    body .woodmart-woocommerce-layered-nav .swatches-display-double li {
        flex-basis: 50%;
        max-width: 50%;
    }
    }

    Best Regards

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