Hi Team,
I would like to adjust the width of each submenu of the header.
I tried to use the followong code to get the result (here for exemple for the menu “Reservation” which has the ID 1459) :
.av-main-nav li#menu-item-1459 ul.submenu { width: 144px; }
I don’t see why this is not working …
I also tried .av-main-nav #menu-item-1459 ul { width: 144px; } and a couple of other ones without more success.
Thanks a lot for your advice!
Best reagrds,
Steph.
Hi Steph!
Try this.
#menu-item-1432 .sub-menu {
width: 300px !important;
}
Best regards,
Elliott
Hi Elliott!
Thanks a lot for your help, it works great (even without the !important).
I wonder why I always loose so much time trying to figure it out myself with my limited knwoledge of CSS when you have it at your fingertips …
Have a great day Elliott!
Best regards,
Steph.