Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Decrease padding between nav bar and content WordPress

  • SOLVED

I removed the image banner in between the product listing and the nav bar and now there is too much whitespace. I need to move the Products Currently In Stock up a decent bit. You can access the peddlar theme files [[LINK href="http://s000.tinyupload.com/index.php?file_id=54055547206162066613"]]here[[/LINK]]

Answers (2)

2013-09-15

Navjot Singh answers:

css/layout.css

This should modify it

#navigation {
display: block !important;
margin-bottom: 4.236em;
}


catjump comments:

That fixed it but I'd like to compact it even further if you can help