Home › Forums › WoodMart support forum › Product Categories | Arrow › Reply To: Product Categories | Arrow
October 13, 2021 at 7:15 am
#324811
Aizaz Imtiaz Awan
Keymaster
Hello,
Please replace the previous Custom CSS with the following.
.main-page-wrapper {
padding-top: 0;
}
And to avoid this CSS affecting single product pages try adding the following Custom CSS.
.single-product .main-page-wrapper {
padding-top: 40px;
}
Regards.
Xtemos Studios.