Resolved2 column listing on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26398
    matthiver
    Participant

    Hello 🙂
    Is there a way to get the products list/shop page shown as 2 columns on mobile view?
    thanks

    #26410
    Althemist
    Keymaster

    Hello matthiver,

    I am afraid the Zass theme doesn’t have such option. The only way to achieve this would be with some custom CSS coding. Also, because of the specific products layout it would not look really good on smaller devices.

    Regards,
    Dimitar

    #29938
    matthiver
    Participant

    Do you have a custom CSS that can do this?
    thank you

    #29955
    Althemist
    Keymaster

    You can use the following CSS:

    @media only screen and (min-width: 320px) and (max-width: 767px) {
        body div.prod_hold, body li.product-category, body div.product-category {
            width: 49.5% !important;
    }
    }
    #30133
    matthiver
    Participant

    Thank you 🙂

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register