How do I remove the excess space under the page title? I read a previous related post “Page title spacing” and already used this code:
#main {
padding: 0;
}
It helped to reduce the spacing slightly, but the main content area is still too far down the page. How do I further reduce the padding between the page title and the main content area?
Hi,
I’m writing again because I haven’t heard back from support. Am still facing the same problem with excess spacing under the page title and would greatly appreciate any help that I can get.
Hi Per Frykenvall,
please remove the css that you have added before and go to dashboard -> Appearance -> Customize -> Additional Css and paste the below custom css.
.top-navigation ul li ul {
top: 44px;
}
.top-navigation a {
padding-top: 10px;
height: 24px;
}
.top-bar-wrap .social-profiles {
margin: 10px 30px;
}
.page-title-wrap {
padding: 10px 30px;
}