GK Extra Menu Drop Down Width

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Mon Apr 07, 2014 8:33 am
Good Day,

How do I increase the width of the GK Extra Menu drop down?

Thanks,
Steven
User avatar
Senior Boarder

GK User
Mon Apr 07, 2014 8:41 am
Hi,
in modern versions of template in Menu tab in Template configurations, this option is named "Menu column width"
but in older like yours, hmmm, only by css I suppose.

Show me your URL I will check
User avatar
Platinum Boarder

GK User
Mon Apr 07, 2014 8:43 am
Hi There,

http://41.185.8.159/~sos01/

The Products and Services Menu is the particular issue.

Thanks,
Steven
User avatar
Senior Boarder

GK User
Mon Apr 07, 2014 9:19 am
Try this css code - it may help:
Code: Select all
#gkMainMenu .childcontent-inner-wrap,
#gkMainMenu .childcontent-inner,
#gkMainMenu .gkcol.first,
{width:260 !important}
User avatar
Platinum Boarder

GK User
Wed Apr 09, 2014 2:50 pm
Unfortunately this does not have any effect. I have CSS Override enabled.
User avatar
Senior Boarder

GK User
Fri Apr 11, 2014 4:12 pm
ok, but why override.css is empty?
If you don't use this file, you can disable this option :)

Ok, I'm.checking again.
User avatar
Platinum Boarder

GK User
Fri Apr 11, 2014 4:16 pm
upsss my mistake I've forgot and you didn't check....
is
{width:260 !important}
and must be
{width:260px !important}

I hope that see difference, please add "px"
User avatar
Platinum Boarder

GK User
Thu Apr 17, 2014 1:55 pm
Hi There,

I should have seen that. It still didn't unfortunately have any effect. I have other custom CSS code working so I am not sure why this isn't taking effect. If I edit these values manually in Chrome it works 100%.

Thanks,
Steven
User avatar
Senior Boarder

GK User
Sun Apr 20, 2014 11:32 pm
hmm, try this:
Code: Select all
.childcontent-inner-wrap,  .gkcol.first,
#gkMainMenu > div > ul div.childcontent-inner
 { width: 260px !important; }
User avatar
Platinum Boarder

GK User
Mon Apr 21, 2014 5:16 pm
Worked perfectly. Thank You
User avatar
Senior Boarder

GK User
Mon Apr 21, 2014 7:30 pm
Second or Third shot (try) is better in most cases :mrgreen:
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.