Home Forums Basel support forum Shop product spacing

Shop product spacing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #16463

    dwallace
    Participant

    Hi,
    Is there a way to make the products in the shop closer together or different spacing between?

    Thanks

    #16473

    Artem Temos
    Keymaster

    Hi,

    It can be done with a custom CSS code only. Could you please send us a link to your shop page so we can prepare a code for you?

    Regards

    #16480

    dwallace
    Participant
    #16481

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .wrapper-full-width-content.post-type-archive-product .product-grid-item {
    	padding-left: 5px;
      	padding-right: 5px;
    }
    
    .wrapper-full-width-content.post-type-archive-product .products.row {
    	margin-left: -5px;
      	margin-right: -5px;
    }

    Regards

    #16500

    dwallace
    Participant

    That changes the vertical spacing but not the horizontal spacing…

    Thanks

    #16506

    Artem Temos
    Keymaster

    Add this one also

    .wrapper-full-width-content.post-type-archive-product .product-grid-item {
    	margin-bottom:5px
    }
    
    #16513

    dwallace
    Participant

    Thank you that’s great 🙂

    #16515

    Artem Temos
    Keymaster

    You are welcome!

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