Code:
body{
background-color: #fff;
border: 3px solid #85A110;
width: 760px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
Look here is your first option. if you don't mind 9 pixels less on your template this is a quick fix.
1. Reduce the width of the template by 9. Original width: 760px. New width: 751px;
It seems that the green bar where the menu sits is a whole picture and not code lines are coming out from your CSS. I cannot see anything clear on the CSS, I just did a quick scan.
Code:
/*** Nav bar styles ***/
I can tell that you need to check after this line. You will need to add some extra css code.
Good luck
|