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
.childcontent-inner-wrap,
.childcontent-inner {
width:1000px;
}
.childcontent-inner .gkcol {
width:300px;
}
.childcontent-inner-wrap .childcontent-inner-wrap,
.childcontent-inner .childcontent-inner {
width:300px;
}
.childcontent-inner .childcontent-inner .gkcol {
width:300px;
}
#gkMainMenu > div > ul div.childcontent li {
padding: 0 24px;
}