i have silly formatting issue
My topest menu and navigation menu aren't stretching to the width of my homepage...they are like half an inch short of the width they need to be. I have tried to fix using the general.css and even then reverted back to the original version of general.css. so that's not what is causing this as i am still having this problem. see below. can anyone plz help me?
"Admin Panel - Style your site from the admin panel easily"
look for the .main either shorten that or lengthen
topestmenu and topmenu
and look for;
.topestMenu
{
position:absolute;
top:-8px;
left:-10px;
width:774px;
Should be 20px more than your .main width
then look for:
.topMenu
{
position:relative;
top:0px;
left:-11px;
width:775px;
it should be 21px more than your .main width
bingo ;)
issue fix!