• Resolved ariahlinville

    (@ariahlinville)


    I just screwed something up. I was messing with font variants and now for some reason there is a line through my nav bar on every page but my blog. I have no idea how I could have done it or how to undo it.
    Any insight?

    it’s all over ariahlinville.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is the offending bit of code here:

    .single.hentry {
    border-top: 1px solid #EFEFEF;
    margin-top: -50px;
    }

    The post (with multiple classes shown in the CSS above) has a border and the top margin is set to a negative number. This is causing it to run into the nav bar.

    It’s coming from the border-top in this bit of css:

    .single.hentry{
      border-top: 1px solid #efefef;
      margin-top: -50px;
      border-bottom: none;
      padding-bottom: 0;
    }
    Thread Starter ariahlinville

    (@ariahlinville)

    oh, awesome. thanks guys!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘random line through nav bar’ is closed to new replies.