Home Forums WoodMart support forum Header bottom is too hight Reply To: Header bottom is too hight

#432074

Hello,

We are glad that you liked our Theme and Support. We always strive to be the best among the rest 🙂

Regarding your mentioned concern, as we have described in your other Topic too that we haven’t cropped off the Pages on your Site. They were originally showing like this when you mentioned us so when we checked this concern further we found out that due to the negative margin top property the content was getting chopped off.

So, we had applied the following Custom CSS on your Site under the Dashboard >> Theme Settings >> Custom CSS >> Global CSS section to rectify the mentioned concern on your Site:

.main-page-wrapper {
    margin-top: 12em !important;
}

Best Regards