Change the width of the main menu?

Modern and unique personal portfolio Joomla template ideal for work presentation - support forum.
GK User
Sun Feb 24, 2013 10:10 am
Hi,
Can someone please guide me how to change the width of the main menu? Thanks.
User avatar
Senior Boarder

Konrad M
Mon Feb 25, 2013 7:44 am
Hi,
width of main menu depends from items inside. If you want to set width constant width please add to override.css
Code: Select all
#gkMenuNav {
width:600px !important;
}

and set your own value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Mon Feb 25, 2013 11:24 am
Thanks dude...but this one moves the main menu towards the center...I want to reduce the width of the slide down menus on the main menu....please see the pic. attached...sorry for the confusion :P
User avatar
Senior Boarder

Konrad M
Mon Feb 25, 2013 11:46 am
User avatar

GK User
Mon Feb 25, 2013 12:53 pm


Hello,

I am using this code!!! But still can't get this to work??? I want to reduce the size of the container and the columns inside it...Can you point out whatz wrong with this code???...Thanks...

.childcontent-inner-wrap,
.childcontent-inner {
width:100px;
}

.childcontent-inner .gkcol {
width:50px;
}
User avatar
Senior Boarder

Konrad M
Mon Feb 25, 2013 2:00 pm
Please give me url to your site. It will be much easier to help you.
User avatar

GK User
Mon Feb 25, 2013 11:33 pm
Konrad M wrote:Please give me url to your site. It will be much easier to help you.


Hey, Thanks...my URL is "www.deepimagefx.com"

Thanks again....
User avatar
Senior Boarder

Konrad M
Tue Feb 26, 2013 12:05 pm
Try this code:
Code: Select all
.childcontent,
.childcontent-inner-wrap,
.childcontent-inner {
width:100px !important;
}

.childcontent-inner .gkcol {
width:50px !important;
}
User avatar

GK User
Tue Feb 26, 2013 12:27 pm
Thanks Konrad....you are a gem...cheers mate...good job...
User avatar
Senior Boarder


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