Single Product short description margin
-
Hi Xtemos,
I already change the margin (75px) of single product image by Custom CSS, but I don’t know what CSS code to change margin of short description and color swatch.
Which CSS code to change this margin, please?
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link where we can see the problem?
Thank you
Please see this link below, I want product page have same margin in right and left side.
Replace your code with this one
.single-product-content .product-image-summary {
padding: 0 75px;
}
Thank you for your advise, I tried {padding: 0 100px 0 15px;} and that’s what I want
One more question, how to remove “read more” in shop archive page?
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product-grid-item .btn-add {
display: none;
}
It worked, Thank you so much!!
The topic ‘Single Product short description margin’ is closed to new replies.