Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Castor,

    All I did to imply the fix was give the header image class a height rule and it worked fine :-

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    Change –

    .header-image-link {
        margin-top: 0;
    }

    To –

    .header-image-link {
        height: 300px;
        margin-top: 0;
    }

    Hope this helps

    Cheers
    J

    Thread Starter CastorTroy85

    (@castortroy85)

    Thanks Patchgill!
    Works like a charm!

    Cheers
    🙂

    No problem glad it helped.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog Text and Menu goes through Header Image – Sundance’ is closed to new replies.