I can't seem to get rid of the white space between my logo header and my header ezpage bar. It is not part of the image. Any suggestions? Link to my site is www.bendisskin.com
Thanks
I can't seem to get rid of the white space between my logo header and my header ezpage bar. It is not part of the image. Any suggestions? Link to my site is www.bendisskin.com
Thanks
A guess of mine is it has something to do with the category tabs/links that display in that area above the menu ezpage bar. Can anyone confirm that? Or lead me in the right direction? Thanks.
Well It only took me hours of searching but hopefully this will help everyone who encounters this same problem.
I went to the templates/YOUR_TEMPLATE/common/tpl_header.php and look for this code between
Look for:PHP Code:<!--bof-branding display-->
<!--eof-branding display-->
and Change to:PHP Code:<br class="clearBoth" />
This worked like a charm. Hope this helps othersPHP Code:<div class="clearBoth"></div>