Archived topic
Logo to appear in off canvas overlay
3 replies · Started by Ian on May 18, 2022
I've tried creating a block with a hook into the inside_mobile_menu but it still has not appeared on the off canvas mobile menu underneath the menu items. Not sure what else I have to do?
Hi there,
Can you try adding it as a widget first?
https://docs.generatepress.com/article/off-canvas-panel-overview/#off-canvas-panel-widget-area
Let me know :)
Thanks for letting me know that widget area was there Leo. I had no idea. One other quick question. How do I make my logo bigger in the header when on mobile. It's on the left and the menu is on the right, but logo looks a little small.
Hi there,
try this CSS:
.mobile-header-navigation .site-logo.mobile-header-logo img {
height: 65px;
}