i want to change the width of submenu.
i discovered a former solution ( https://www.gavick.com/component/p8pbb/ ... Itemid=358 )
but the link with the real solution doenst work anymore https://www.gavick.com/support/forums/102/13705.html
i already know to add this in override.css
- Code: Select all
.myclass > .childcontent {
width: 100px!important;
}
but where i have to use the suffix class in the gkMenu?
Thanx Martin