Logo and Megamenu in the same row

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Sun Jan 22, 2012 7:58 pm
Hi, I´m working with YourShop template. I would like to put in the same row my logo and my Megamenu. My menu is not too long, so I would like to put the logo on the left and the menu on the right. How can I change the menu length to use this empty space?
I attach a screenshot of my design.
Thank you very much for your help.
Elvira.
User avatar
Fresh Boarder

GK User
Sun Jan 22, 2012 8:56 pm
Hi.
Try to change it in templates / gk_yourshop / css / template.css:
Code: Select all
 #gk-mainnav > div.gk-menu > ul { background: transparent url('../images/style1/menu_bg.png') no-repeat left bottom; height: 43px; margin: 0; padding: 0; width: /your value/; }
User avatar
Platinum Boarder

GK User
Sat Jan 28, 2012 11:36 am
Thank you, I got to shorten the menu. Now, how can I show the full logo?
The logo is cut at the menu height.
I´d like to show it as the file attached.
Thanks again.
Elvira.
User avatar
Fresh Boarder

GK User
Sat Jan 28, 2012 6:44 pm
Could you paste link to your site?
User avatar
Platinum Boarder

GK User
Sun Jan 29, 2012 12:10 am
User avatar
Fresh Boarder

GK User
Sun Jan 29, 2012 1:44 am
Hi.
You need to open and edit template.css file. Find the following line:
Code: Select all
 #gk-top {
overflow: hidden;
min-height: 90px;
}

and change it to:
Code: Select all
 #gk-top {
min-height: 90px;
}
User avatar
Platinum Boarder

GK User
Sun Jan 29, 2012 10:48 am
Great! Thank you very much for your help!!
Elvira.
User avatar
Fresh Boarder

GK User
Sun Jan 29, 2012 1:34 pm
I'm glad I could help.
See you around...
User avatar
Platinum Boarder


cron