Site logo

Archived topic

Regarding top bar widget Navigation Menu

1 reply · Started by Masud on February 14, 2023

Viewing posts 1–2 of 2

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?

Hi there,

try adding this CSS:

.top-bar .widget_nav_menu > div > ul {
    flex-wrap: wrap;
    justify-content: center;
}
This archived topic is closed to new replies.