Resize menu and submenu

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Thu Mar 27, 2014 5:44 pm
Hi,

I would like to know how I can resize the menu box size (1) independent of the submenu box size (2).
When I move and resize the menu box (1) also move and resize the submenu box (2).

Can you help me?

Thank you very much
User avatar
Senior Boarder

GK User
Sat Mar 29, 2014 10:43 am
Could You please post an url to your site?
User avatar
Moderator

GK User
Sun Apr 06, 2014 8:38 pm
Yes,

www.ecomida.es

Thank you very much
User avatar
Senior Boarder

GK User
Tue Apr 08, 2014 5:14 pm
Code: Select all
.gkMenu > ul div.childcontent-inner {
background: #FFFFFF;
border: 1px solid #E0DFDF;
width: 460px;
}

this will resize both levels, but:
Code: Select all
.gkMenu > ul div.childcontent-inner {
background: #FFFFFF;
border: 1px solid #E0DFDF;
width: 460px;
}.gkMenu > ul div.childcontent-inner ul div.childcontent-inner {
width: 260px;
}

will resize second level back to other value.
User avatar
Moderator


cron