Home Forums Pro Themes Education Hub Pro Dropdown menu width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #61256
    Makoto T
    Participant

    Hi,

    Thank you for your kind & quick support always.

    I would like to make width of dropdown menu wider than current default setting.

    Could you please advise me how to do it?

    I am looking forward tohearing from you soon.

    Regards,
    – Makoto

    #61267
    wensolutions
    Keymaster

    Hello @makoto,

    To make the width of Dropdown menu wider, please paste the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .main-navigation ul ul {
        min-width: 300px;
    }

    This will work on the width of first level drop-down menu width. You can also adjust the value of “min-width” as per your requirements.

    If you have any queries/issues further regarding the theme, please feel free to post your queries here.

    Best Regards !!

    #61268
    Makoto T
    Participant

    Hi,

    Now I could tweak the width of dropdown menu as your advice.

    Thank you for your wonderful support as always.

    Cheers,
    – Makoto

    #61282
    wensolutions
    Keymaster

    Hello @makoto,

    Glad to help you guys.

    Any further issues are always welcome.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.