Bigger gap between products
-
How can i make a bigger gab (above 30 setting in theme options) between products in products grid on mobile?
Hello,
Can you please share the screenshot and the page URL where you want to add a space or gap between products so I will give you the solution accordingly?
Best Regards.
On the mobile version of products grid. Just a bigger blank space between the products as a whole.
Hello,
Please share the page URL so I will give you the solution. Without checking your site how can I give you the custom CSS code to add a space between the products on the shop page of your site, I did not know which layout or style you have set for your shop page.
Best Regards.
I have shared it in the private section.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-spacing-30>[class*=col] {
margin-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
}
Best Regards.