Extra padding between main menu and content
-
There’s extra padding appearing in one of the page templates (the About page, as per the screenshot) between the header and content, in comparison to the other templates. Can you please assist?
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try and add the following Custom CSS in the page Custom CSS.
body .main-page-wrapper {
margin-top: -40px;
}
Screenshot for Clarification: https://ibb.co/ZV4Yp3F
You can adjust the value according to your needs.
Best Regards.