This topic has 4 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Robert Hall
Hi,
I am happy with this code
.page-content {
padding-top: 0px;
}
but would like to be effective ONLY for products pages (shop), NOT single product pages.
Is there a specific custom css with same effect for products pages?
Thanks!
Gilles.
Hello,
Please try to use this code
.archive .page-content {
padding-top: 0px;
}
Regards,
Robert Hall
it works, thank you very much!
Gilles.
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Page content paddin top only for products pages (shop)’' has been successfully resolved, and the topic is now closed for further responses