Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #553234

    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.

    #553381

    Hi Steph!

    Try this.

    #menu-item-1432 .sub-menu {
        width: 300px !important;
    }

    Best regards,
    Elliott

    #553520

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adjust submenu width’ is closed to new replies.