This topic has 8 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
How can i edit product image spacing?
Thanks for quick reply!
Hello, Nicolo,
Thank you for contacting us and for using XStore.
Do you mean products on the Shop page? Theme Options > WooCommerce > Shop > Products design > Products No Space > On.
There are no additional options for this.
We hope this information is helpful.
Kind Regards,
8theme team
Hello, Nicolo,
Please reply back here, not by email.
By default image spacing on the Shop page is 30px, for example, https://xstore.8theme.com/product-category/all/ , but in your case, the space is large because of product image proportions.
Please try to activate “Stretch Image” in Theme Options > WooCommerce > Shop > Products design.
Private Content.
Kind Regards,
8theme team
After following the recommendations from our latest response, please let us know the desired product image spacing value.
The default 30px value can be changed for Shop using custom CSS code.
Kind Regards,
8theme team
s
I just want it back to default please.
Thanks alot
Can you assist on the custom css code?
Hello, Nicolo,
“I just want it back to default please.” – as we can see, the space between products is already 30px. Have you sorted it out?
“Can you assist on the custom css code?” – yes, here is an example of code, that you can add into Theme Options > Theme Custom CSS:
.product {
padding: 0px 5px !important;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up