Site logo

[Resolved] Regarding top bar widget Navigation Menu

Home Forums Support [Resolved] Regarding top bar widget Navigation Menu

Home Forums Support Regarding top bar widget Navigation Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2533135
    Masud

    I have added Navigation Menu in top bar widget. Currently it’s showing all menu items in one line (small devices). I want to make menu item like this. https://i.imgur.com/fe3bg1V.png

    Can I get any help with this?

    #2533208
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .top-bar .widget_nav_menu > div > ul {
        flex-wrap: wrap;
        justify-content: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.