Site logo

Archived topic

Logo left, Menu center, Social right

6 replies · Started by Patrick on March 29, 2020

Viewing posts 1–7 of 7

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.
:)

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

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

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.

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

works thank you

You're welcome

This archived topic is closed to new replies.