• Resolved ricketts8

    (@ricketts8)


    Hey…If you go to my site http://emprisereview.com and hover over any of the links in the navbar you’ll see a very small black sliver across the bottom. I can’t get rid of it. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • stvwlf

    (@stvwlf)

    This is on line 425 of your stylesheet

    #access .menu-header ul, div.menu ul {
      list-style: none outside none;
      margin: 0;
      padding-bottom: 0;
    }

    Try changing the margin line to
    margin: 0 0 -2px;

    Thread Starter ricketts8

    (@ricketts8)

    Perfect. Thanks!

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

The topic ‘Padding Help??’ is closed to new replies.