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]]
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