Hi,
How can I stop a colour section background image encroaching on the header?
Thanks
I can see what’s causing it. I added some custom CSS to increase the height of the phone info part of the header
.phone-info {
font-family: ‘Architects Daughter’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
float: left;
font-weight: bold;
font-size: 22px;
padding: 20px 0 20px 0;
}
Nay help you can give me to resolve this would be great. I want to keep the phone info formatting but need the rest of the theme to behave as it should.
Thanks
Hey!
Please add following code to Quick CSS as well
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
padding-top: 179px !important;
}
Cheers!
Yigit
Thanks Yigit. That did the trick