Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #499168

    Hi,

    How can I stop a colour section background image encroaching on the header?

    Thanks

    #499227

    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

    #499293

    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

    #499465

    Thanks Yigit. That did the trick

    #499690

    Hey,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Colour Section Background Image Encroaching On Header’ is closed to new replies.