Site logo

Archived topic

Menu Alignment Problems on Mobile

3 replies · Started by Mathias on November 20, 2018

Viewing posts 1–4 of 4

Hi GP,

I can't get the menu to align properly on mobile. As you can see in the following picture, everything is aligned too much to the left
Mobile Menu

Looking forward to your help!

Best,
Mathias

This is being caused by this custom CSS:

@media (max-width: 600px) {
    div.site-logo.mobile-header-logo {
        display: none;
    }
}

If you want to hide the mobile logo at that width, add this to it within the media query:

.mobile-bar-items:not(.wc-mobile-cart-items) {
    margin-left: auto;
}

Thanks Tom.

Your support is a pleasure as allways.

Glad I could help :)

This archived topic is closed to new replies.