Site logo

Archived topic

How to shift primary navigation and logo to left of the bar.

7 replies · Started by Divyanshu on April 14, 2019

Viewing posts 1–8 of 8

I want to shift menu and logo to the left and the search magnify to the right. like this
Screenshot-14

Hi there,

can you link us to your site so i can provide some assitance. You can edit your original topic and use the Site URL field for privacy.

check now. Sent you site.
And actually what happens is that whenever I shift my primary navigation to right my logo move to the left automatically. I want to make a menu like nerdwallet.com

still not able to do it.

With your menu set up that way then you could try this CSS:

@media (min-width: 768px) {
    .inside-header {
        display: flex;
        align-items: center;
    }
    .main-navigation {
        flex: 1;
        margin-right: 0;
        margin-left: 1em;
    } 
}

thanks David. Resolved.

Glad we could be of help

This archived topic is closed to new replies.