Support » Fixing WordPress » Header image has a line under it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The cause of that is more complicated to correct, but you can fix the gap by adding the negative top margin to the following CSS code (line 624 of style.css):

    header#masthead .menu {
        background-color: #603029;
        display: inline-block;
        font-family: Unna,Garamond,"Times New Roman",serif;
        font-size: 18px;
        margin-top: -8px;
        width: 100%;
    }

    Line height is definitely not what you want to do — as you discovered…it affects all lines in the site!

    Thread Starter miamel

    (@miamel)

    That worked, Thanks a bunch!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header image has a line under it’ is closed to new replies.