Forums
Forums / Fixing WordPress / Padding Help??
(@ricketts8)
15 years ago
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?
(@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;
margin: 0 0 -2px;
Perfect. Thanks!
The topic ‘Padding Help??’ is closed to new replies.