This topic has 7 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Goldy
I’m trying to add some space on top of the category page in the shop, selected category.
How can I do that ?
Hello,
Add this code in Theme Options > Theme custom CSS:
.tax-product_cat.term-33 .main-products-loop,
.tax-product_cat.term-33 .sidebar {
margin-top: 100px;
}
Regards
Still has the same spacing on the top.
Clear cache and check one more time – https://prnt.sc/1tfgnqv
Regards
it works but only on the one category.
https://artemood.com/product-category/%d0%b4%d1%8a%d1%80%d0%b2%d0%b5%d0%bd%d0%b8-%d0%ba%d0%b0%d1%80%d1%82%d0%b8%d0%bd%d0%b8/%d0%b4%d1%8a%d1%80%d0%b2%d0%b5%d0%bd%d0%b8-%d0%ba%d0%b0%d1%80%d1%82%d0%b8%d0%bd%d0%b8-%d0%bf%d0%b5%d0%b9%d0%b7%d0%b0%d0%b6%d0%b8/
For example the others are still the same.
Change the code to:
.tax-product_cat .main-products-loop,
.tax-product_cat .sidebar {
margin-top: 100px;
}
Regards
Fantastic <3
Closing this down Cheers!
Tagged: adding, best selling, page top, space, themes, woocommerce
The issue related to '‘How to add space on top of page’' has been successfully resolved, and the topic is now closed for further responses