Site logo

Archived topic

Navigation Menu Responsive: Move icon to center

10 replies · Started by pete on December 15, 2017

Viewing posts 1–11 of 11

Best way to center hamburger menu to center for responsive?
As soon I inserted Navigation logo/image the menu shifted to the right.

Hi there,

Can you link me to the site?

I've added the your site link address in the original post.

It's under maintenance though can you disable it?

Sorry about that turned off for now

Can you try this CSS:

@media (max-width: 768px) {
    .menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle {
        padding: 0;
        position: absolute;
        left: 50%;
    }
}

Will do in the morning, thanks much

Works great! Now onto working with some images- any great plugins you could suggest for proper size, etc.?

Hi Leo,

Can you step me through regarding the above CSS code?

Where Do I place the CSS code below?

@media (max-width: 768px) {
.menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle {
padding: 0;
position: absolute;
left: 50%;
}
}

Thanks in advance.

This archived topic is closed to new replies.