Hi,
I dont want all sub menus to be with same fixed width. Any chance to get them to get the width from the text + the padding?
Thanks,
Gorast
.gkMenu > ul > li:nth-child(2) > .childcontent {
width: 200px !important;
}
.gkMenu > ul > li:nth-child(3) > .childcontent > childcontent-inner > gkcol:nth-child(2) {
width: 75px !important;
}