Quote Originally Posted by andreadesigns View Post
Sorry I forgot to give a link:

http://www.scrappinfreestyle.com/store

Thanks
in your tpl_header.php, change all:
<br class="clearBoth">

to <div class="clearBoth"></div>

Then in your css, change:

.clearBoth {clear:both;}

to

.clearBoth {
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
}