Site logo

Archived topic

navigation position

1 reply · Started by Ricardo Costa on August 25, 2016

Viewing posts 1–2 of 2

Logo does not stay in the center when i change navigation position, put a video of 22 seconds on youtube explaining the problem, see: https://youtu.be/MWA74I4gXqI

Hi there,

It won't truly be centered because the navigation will push it over, but you can try this:

.nav-float-left .inside-header .site-branding {
    float: none;
    clear: none;
    display: inline-block;
}

Let me know :)

This archived topic is closed to new replies.