Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.