Site logo

Archived topic

how can I make the mobile navigation at the right side?

1 reply · Started by eran on November 5, 2022

Viewing posts 1–2 of 2

Hi,
How can I make the mobile navigation on the right side of the screen?

Hi there,

Can you give this CSS a shot?

.main-navigation.toggled .main-nav li a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 20px !important;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know :)

This archived topic is closed to new replies.