Home Forums WoodMart support forum 4 Columns for shop page in mobile version

4 Columns for shop page in mobile version

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #262079

    sadany
    Participant

    Hello, I want to make Products columns on mobile shows 4 columns not 2

    #262200

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    There is no option to set 4 columns, we can provide custom CSS, however please note the user would not be able to press any buttons to add to cart or wishlist. Are you sure, you still want that? If so, please provide your site URL.

    Best Regards

    #262227

    sadany
    Participant

    Hello, thanks for your reply, i misunderstood my client, he wants to make just the categories pages with 4 columns not the products page..

    #262231

    Hello,

    Please provide page URL which items should be 4 items in the row on mobile?

    Best Regards

    #262232

    sadany
    Participant

    The homepage

    #262474

    Hello,

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

    body .categories-style-default .col-6 {
        -ms-flex: 0 0 25%;
        flex: 0 0 24%;
        max-width: 24%;
    }

    Best Regards

Tagged: 

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