At http://dizzydeals.net/
I removed the "Home" link from the footer after that it looks like there are a lot of extra spaces * before the | separator ?
my ezcart separators in the admin section is | so it's something in the tpl_ezpages_bar_footer.php or tpl_footer.php
Note: in the tpl_ezpages_bar_footer.php if i remove the <li> </li> it looks perfect except the font is bold and big
I cant figure it out can you please help?Code:<li><?php echo ($i <= $n & $i != 1 ? EZPAGES_SEPARATOR_FOOTER : ''). "\n"; ?> <a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a></li>



