The header subsection is too high and I can’t block it
-
When I log in to my site, I want the header size to be the same size as when I “scroll”. I hid the bottom part from the settings, but the result did not change. It is clearer in the photos. Can you go in and fix it and tell me how you did it?
Attachments:
You must be
logged in to view attached files.
Hi makbuleweb,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body .main-page-wrapper {
margin-top: 0;
padding-top: 0;
}
body .whb-header{
margin-bottom: 0;
}
Regards,
I want to write the title you see in the image on a single line. How can I do it? This article is on my home page.
Attachments:
You must be
logged in to view attached files.
Hi makbuleweb,
Please remove previous code and add the below one:
.main-page-wrapper {
margin-top: 0;
padding-top: 0;
}
.whb-header{
margin-bottom: 0;
}
Regards,