How can I align the menu on the left but the remaining light color become like the menu color so the navigation menu color is all the same?
I have added the line of code that previously mentioned on another thread:
#gk-mainnav {margin-right: 230px}
h1.logo {position:absolute;top:-33px;}
my logo is also 240 X 63 and so I have also changed the code:
h1.logo { width:240px; height:63px; background:#f4f2ef url('../images/logo.png') no-repeat 0 0; padding:0; }
I also have a bilingual site and the when language changes i get the following 2 different views with the margin-right : 230px above
The main issue here is to have the menu on the left and the whole navigation bar to be the same color, that of the buttons.
Thanks