Site logo

Archived topic

Move Call to Action to the right of the main menu

1 reply · Started by Stefano on November 1, 2022

Viewing posts 1–2 of 2

Hi there,

Try this:

@media (min-width: 1064px) {
.main-navigation div#primary-menu {
    display: flex;
}

.inside-navigation.grid-container.grid-parent {
    display: flex;
}

.main-navigation ul {
    width: 100%;
    display: flex;
}
}
This archived topic is closed to new replies.