Archived topic
Logo mobile template Avery
3 replies · Started by Josep on May 28, 2020
Hello, I would like to make the logo bigger in the Avery template in the mobile view. I have put a code and it does not work, can you tell me what to change? Thank you
Hi there,
It's controlled by the menu item height option with mobile toggle activated:
https://docs.generatepress.com/article/menu-item-height-width/
We could also try removing the default top and bottom padding with this CSS:
.site-logo.mobile-header-logo img {
padding: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Ok, thank you!
No problem :)