Widen Menu dropdowns

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Sun Aug 19, 2012 1:05 pm
Like some others here, I want to widen the dropdown menu. It looks to be set at 200px and I have some submenu items that wrap and i dont want this.

Where can we control the width of the dropdown? and what about the span of the menu items themselves?
User avatar
Fresh Boarder

GK User
Sun Aug 19, 2012 3:52 pm
Hi

If you are referring to GK Dropline Menu type, you can increase width on ../css/menu.gkdropline.css

Code: Select all
div#gkDropSub > ul > li > ul,
div#gkDropSub > ul > li > ul ul { position: absolute; left: -999em; width: 200px; z-index: 999; }


<span> can be on ../css/menu.css

Code: Select all
div#gkDropSub > ul > li li span {}


Cheers
User avatar
Platinum Boarder


cron