Submenu/ menu columns width change

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sat Jan 19, 2013 8:49 pm
Hi, i need to be able to change the menu column's width to what ever i need, and also to the 3rd level menu.

Please take a look at the image for more. Im using Joomla! 2.5.8
User avatar
Fresh Boarder

Konrad M
Sat Jan 19, 2013 9:52 pm
Hi,
can you try attach image again ?
User avatar

GK User
Mon Jan 21, 2013 6:56 pm
Hi, heres the image again:

or an outside link:
http://img197.imageshack.us/img197/4453/menufk.jpg
User avatar
Fresh Boarder

Konrad M
Wed Jan 23, 2013 8:34 am
To increase container in 2nd level please add to overrride.css
Code: Select all
.childcontent-inner-wrap,
.childcontent-inner {
width:1000px;
}


to increase each column in 2nd level please add
Code: Select all
.childcontent-inner .gkcol {
width:300px;
}

To do same thing with 3rd level please add
Code: Select all
.childcontent-inner-wrap .childcontent-inner-wrap,
.childcontent-inner .childcontent-inner {
width:300px;
}
.childcontent-inner .childcontent-inner .gkcol {
width:300px;
}

Please remember that width of container can't be less than sume of all columns inside this container.
Remember to enable override.css option in template settings.
User avatar

GK User
Wed Jan 23, 2013 7:01 pm
Thanks, but i need to be able to change the width of each of the 2nd level columns independently.

Also, i see that every second level is affected, is it possible to modify the width of each element independently? Not all of my menus have to be width:1000px
User avatar
Fresh Boarder

Konrad M
Thu Jan 24, 2013 10:08 am
Unfortunetly no. You can affect only all of them.
User avatar

GK User
Thu Jan 24, 2013 8:27 pm
I understand... how about reducing paddings and margins? how would i do that?
User avatar
Fresh Boarder

Konrad M
Fri Jan 25, 2013 12:17 pm
Please add to override.css
Code: Select all
#gkMainMenu > div > ul div.childcontent li {
padding: 0 24px;
}

and decreasre second value to fit your needs.
User avatar

GK User
Wed Mar 13, 2013 5:41 pm
I tried to add this to the override CSS file but it dont change my menu size.

by second number you mean he 24px right?
User avatar
Fresh Boarder

Konrad M
Thu Mar 14, 2013 9:54 am
@Nadim77389 yes, I was taling about this value. What exactly you want to achieve ? And please give me url to your site.
User avatar


cron