Space between products rows
-
Hi,
The default theme allows you to change the spacing between product columns to a maximum of 30px. I need to set it to 50px. Can you help me?
For the store template I have created a separate layout, that it’s called “Product archive layout”.
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Theme Settings > Product Archive > Products Grid > Space between products.
If you are using the custom layouts of the theme for archive pages. Navigate to Layouts > Edit Layout with page builder which you are using > Edit Archive Products Widget > In the style tab configure the space between products.
Best Regards
Yes I know it! But the problem is that allows only maximum 30px. Need 50px or more.
Can you say me the way for change this?
Thanks
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.product-grid-item {
margin-left: 50px;
}
Best Regards.