This topic has 6 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler
There’s no top margin/padding between div header bottom and content below.
That looks terrible on category and shop page.
Hello,
Thanks for using our theme.
Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:
.post-type-archive-product .content-page {
margin-top: 15px;
}
Regards
Thanks, shop site is ok but category site is still not good. Take a look:
https://www.beewear.eu/product-category/t-shirty/
Please change the previous code to:
.post-type-archive-product .content-page,
.tax-product_cat .content-page {
margin-top: 15px;
}
Regards
I want to center box with size and color like description and price.
Add the next custom CSS code:
.single-product .product-information table.variations td.label, .single-product .product-information table.variations td.value {
text-align: center !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up