Home Forums WoodMart support forum Add spacing between woocommerce products in mobile

Add spacing between woocommerce products in mobile

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

    eladbm6
    Participant

    Hello,
    I want to increase the space between products in the categories on mobile.

    space in the computer display is ok (you have an option to increase space in theme settings), but for mobile, the settings cannot increase space.

    How can you increase the space?

    Attached is an illustrative example

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

    Hello,

    To increase the space between products on mobile devices. You can use the below CSS code in Theme Settings >> Custom CSS >> Custom CSS for mobile:

    .products .product-grid-item{
    margin-bottom: 50px;
    }

    Best Regards.

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