Home Forums WoodMart support forum Product Categories | Arrow Reply To: Product Categories | Arrow

#324811

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.