Menu Dropdown

GK User
Fri Jun 22, 2012 2:29 pm
Hello,

If you hover over the main manu, the child menus drop down but read from left to right whereas I was them in a list down under each other.

Anyone know where I am going wrong?

http://www.amphibiandiveshop.org.uk/quarme/

Thanks!
User avatar
Fresh Boarder

GK User
Sat Jun 23, 2012 7:31 am
Not sure why but your submenu gets a width of 800px there fore lines up next to each other.

Add following css code into templates/gk_myfolio/css/override.css and enable it from template settings > advanced settings > css override.
Code: Select all
.childcontent-inner-wrap {width: 200px!important;}
.childcontent-inner {width: 200px!important;}


See you around...
User avatar
Platinum Boarder

GK User
Tue Jun 26, 2012 11:20 am
Brilliant, that worked! Thanks for your help.

D
User avatar
Fresh Boarder

GK User
Tue Jun 26, 2012 9:32 pm
No problem at all, see you around...
User avatar
Platinum Boarder


cron