This topic has 10 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
How can I reduce the space between the header and content?
You can see what I’m talking about by comparing the screenshots I’ve linked.
Hello,
Please provide link to your site.
Regards
Link to website
Please try to add this code in Custom css:
.home .page-content {
margin-top: 0;
}
Regards
How do I go about doing that? And by the way, I’m fixing this on my FAQ and Contact Us page, not the Home page.
I do not see this problem on your home page http://prntscr.com/gi80fk
Regards
Yes you are right. I was referring to my FAQ and Contact Us page.
In this case, simply add this code in Custom css for these pages http://prntscr.com/gi87wf:
.page-content {
margin-top: 0;
}
Regards
Worked very well, exactly what I needed. Thanks!
You’re welcome!
Regards
The issue related to '‘Reducing Blank Space between Header and Content’' has been successfully resolved, and the topic is now closed for further responses