[SOLVED] logo & navigation menu

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Jun 16, 2010 5:23 pm
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
User avatar
Fresh Boarder

GK User
Wed Jun 16, 2010 5:27 pm
An addition to the thread above
The site is:
www.hydrosense.org/index.php
User avatar
Fresh Boarder

GK User
Wed Jun 16, 2010 6:38 pm
Try this:

Code: Select all
#gk-nav {background:#6C6459!important;width: 100% }


Cheers
User avatar
Platinum Boarder

GK User
Thu Jun 17, 2010 12:10 am
Thanks a lot Seichinha.
It worked!!
User avatar
Fresh Boarder


cron