how to edit header height?
-
I already read the post of How to change the header height and edit it, but it doesn’t changed.
Attachments:
You must be
logged in to view attached files.
Hello,
The issue is caused by the mainpage wrapper padding.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. Then check back.
.home .main-page-wrapper {
padding-top: 0;
}
Best Regards
I already add the css, but one page doesn’t changed.
Attachments:
You must be
logged in to view attached files.
Hello,
Please delete the old given CSS and use the below custom CSS code:
.main-page-wrapper {
padding-top: 0;
}
Best Regards.