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.
Can someone please guide me how to change the width of the main menu? Thanks.
-
- 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
and set your own value to fit your needs. Remember to enable override.css option in template settings.
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.
- 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
-
- Senior Boarder
- Konrad M
- Mon Feb 25, 2013 11:46 am
Please read this https://www.gavick.com/forums/game-maga ... 23061.html
- GK User
- Mon Feb 25, 2013 12:53 pm
Konrad M wrote:Please read this https://www.gavick.com/forums/game-maga ... 23061.html
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;
}
-
- 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.
- 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....
-
- 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;
}
- GK User
- Tue Feb 26, 2013 12:27 pm
Thanks Konrad....you are a gem...cheers mate...good job...
-
- Senior Boarder
9 posts
• Page 1 of 1