[SOLVED] Menu Width

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Mon May 31, 2010 4:19 pm
Hi

Have just implemented the update and can see some changes.

Now the menu is aligned to the right side of the site

#gk-nav { margin:0 0 10px 0; background:#979189;float:right; }

Before I could control the distance to the logo with :
.gk-nav { margin-left:160px; }


Now this is not possible and it leaves a big gab between the menu and the logo, as it is in you own demo as well.

How is it possible to make the menu wider to move it against the logo?

Thanks in advance.
User avatar
Senior Boarder

GK User
Mon May 31, 2010 4:50 pm
Hi
I added min-width to gk-nav and now look like this

Code: Select all
#gk-nav { margin:0 0 10px 0; background:#979189;float:right; min-width:825px; }
User avatar
Fresh Boarder

GK User
Mon May 31, 2010 4:56 pm
mai21bn wrote:
Hi
I added min-width to gk-nav and now look like this



Ahh yes, that did the trick


Thanks B)
User avatar
Senior Boarder


cron