Hello,
I have a banner on this page on our website that is hiding behind my navigation menu.
Can anyone offer any advice on if there is a way of pushing it down?
It is also happening on this page.
Hi there! I think the simplest way would be to give the content some padding at the top.
In the template, there’s a wrapper around the header content that has a “page-center” class. Click on that wrapper, and in the “Inline Styling” option on the right-hand sidebar, type in:
padding-top: 12%;
12% seemed to work well across devices.
You could also add in a class and then use media queries to give it more specific padding on different device sizes, but that involves a little more CSS.
I hope that helps!
HubSpot Design / Development / Automation
If this helped, please mark it as the solution to your question, thanks!
@Stephanie-OG That worked perfectly - thank you for your help!