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!
I would need to insert a CTA on the right side of the main menu. Some time ago I had opened this ticket (https://generatepress.com/forums/topic/move-call-to-action-to-the-right-of-the-main-menu/) but now with that solution I can't move a menu item to the right.
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.