Site logo

Archived topic

Site logo left - Menu Centred?

3 replies · Started by Atex on January 8, 2020

Viewing posts 1–4 of 4

Hi

Is there a way to have the site logo on the left while having the links centred plz?
I have been trying from customize but can't seem to figure it out.

My site is: nichasson.ca

Hi there,

add this CSS:

@media (min-width: 769px) {
    .navigation-branding {
        position: absolute;
        top: 0;
        left: 0;
    }
    .main-nav {
        margin-left: auto;
        margin-right: auto;
    }
}

Sweet, Thank you David, you rock

You're welcome

This archived topic is closed to new replies.