Site logo

Archived topic

Page header margin

3 replies · Started by Dave on May 20, 2017

Viewing posts 1–4 of 4

Hey guys, I can't for the life of me find how to remove the margin on the page header. See the link below and you'll see the page header image of the girl running. Above it there is a grey 19px margin-top that I have tried to remove with CSS but can't seem to get it to work. I want no margin so the page header image is flush with the nav menu. Thanks!

http://dev1.igniswebdesign.com/

Hi Dave,

Try this:

.separate-containers .page-header-image {
    margin-top: 0;
}

Let me know.

That did it! Damn you are a genius Leo. Thanks again!!!

I wish haha You're very welcome :)

This archived topic is closed to new replies.