• Dear Support,
    Is there a way to adjust the width of the flyout menu (sub menu to main menu). I would like it a little wider so that the headings dont wrap to a second line. Please see “Community Projects” sub menu.

    Many thanx in advance
    Eunice

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hi there,
    you can try the following additional CSS code:

    .main-navigation ul ul a {
        width: auto;
        min-width: 200px;
        white-space: nowrap;
    }

    This will make submenus adapt their width according to the contained items (and with a minimum width too.

    Sorry for the big delay.

    Thread Starter euniceha

    (@euniceha)

    Thank you so much Francesco, appreciate it!
    And no problem about the delay ??

    All my best
    Eunice

    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Happy to read this is sorted ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Flyout Menu’ is closed to new replies.