[Support request] Move Call to Action to the right of the main menu

Home Forums Support [Support request] Move Call to Action to the right of the main menu

Home Forums Support Move Call to Action to the right of the main menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2396932
    Stefano

    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.

    #2397095
    Ying
    Staff
    Customer Support

    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;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.