Site logo

Archived topic

Horizontal Mobile Menu Generatepress

3 replies · Started by Md Ali on February 21, 2022

Viewing posts 1–4 of 4

hi sir i want to change my main menu design from vertical to horizontal for example i am sending sample website in private window. Please help

To have an idea of the best approach we can do to achieve the look you’re going for, may we know the link to your website?

Hope to hear from you soon! :)

Yes definitely. sending to private window

Try this CSS:

#site-navigation.toggled .main-nav > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
This archived topic is closed to new replies.