Quote Originally Posted by Glamorousshoe View Post
Thanks for the quick response.
2 other questions.
If you take a look at this link: http://www.coolcarpartsonline.com/links.html?lPath=1 How can I adjust the padding in the left side?
Also the header have switched down after playing with the css i added for this mod. This will only show in FF not IE. There is a gap added between the nabigation and the logo wrapper I don't know how to get rid of it.
#1: Open includes/templates/YOUR_TEMPLATE/common/tpl_header.php
find the following section of code and delete or comment out the highlighted portion:
Code:
<div class="clearBoth"></div>
<!--eof-branding display-->

<!--bof-navigation display-->
#2: add the following declaration to your stylesheet.css (includes/templates/YOUR_TEMPLATE/css/stylesheet.css)

#ezPageDefault p {
padding: 0 10px;
}