Site logo

Archived topic

Mobile header and logo

9 replies · Started by ETO on September 14, 2018

Viewing posts 1–10 of 10

I think I have a problem with header menu and logo on mobile: link

Hi there,

What's the problem?

I'm not seeing anything obvious.

Let me know :)

The menu and search button are below the logo. Shouldn't they be on the right of the logo?

Hello, again!
Now I have the same problem only on AMP pages. Although I use mobile logo, the logo is above and the search button and the menu are below the logo. What I want is that the search button and menu icon should be on the right of the logo.

Hi there,

Try adding this CSS:

@media (max-width: 768px) {
    .navigation-branding amp-img {
        height: auto;
        width: 100px;
    }
}

Thank you, Tom. It works.

You're welcome :)

This archived topic is closed to new replies.