[Resolved] Logo left, Menu center, Social right

Home Forums Support [Resolved] Logo left, Menu center, Social right

Home Forums Support Logo left, Menu center, Social right

  • This topic has 6 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1218345
    Patrick

    My Navigation is set as Header, how can I move my logo left, my main menu center and my social menu right?

    I tried to search through the forum but wasn’t able to find an answer.
    🙂

    #1218554
    David
    Staff
    Customer Support

    Hi there,

    can you provide a link to your site so we can take a look.
    You can edit your original topic and use the Site URL field to share the link privately

    #1218630
    Patrick

    I’ve submited live link via Flywheel Local. Hope it works

    #1218631
    Patrick

    One more thing, I’m using WP Show Post to display posts. How can I put the title over the image? I tried with CSS, position absolute for example but can’t figure it out.

    #1219290
    David
    Staff
    Customer Support

    Add this CSS:

    @media (min-width: 769px) {
        .main-navigation ul {
            display: flex;
        }
        .main-navigation li:first-child, .main-navigation li.first-icon {
            margin-left: auto;
        }
    }

    Then edit your menu and give the first social icon a CSS Class of first-icon

    #1220646
    Patrick

    works thank you

    #1220721
    David
    Staff
    Customer Support

    You’re welcome

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.