Archived topic
Mobile header and logo
9 replies · Started by ETO on September 14, 2018
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?
Only if you are using mobile header:
https://docs.generatepress.com/article/mobile-header/
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.
I'm not seeing the issue here:
https://www.screencast.com/t/YOlymydr
Is there a specific page I should be looking at?
Please, check this AMP link:https://faydaca.com/?amp
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 :)