Archived topic
Awaken theme - Menu issues/Q's
24 replies · Started by Morgan on June 17, 2019
Ok, SRY, YES got it (cripes) but setting to "desktop only" seems to have no effect - still appears on tablet and mobile as I've been detailing.
Also, heads up that I posted at https://generatepress.com/forums/topic/can-i-recreate-the-look-of-this-blog-titleimage-in-generate-press-premium/#post-937446 - want same design and css didn't work for me, ta :) .
It looks good to me now. There's an off canvas toggle on desktop, and the mobile toggle opens the regular primary menu.
If you keep the off canvas panel open while you resize down to mobile, it will remain open. But for mobile users, they will open the regular primary menu when they tap the toggle.
Right you are. Think it was cached. Thanks!
Is it possible for it to display just like Off-Canvas 'Overlay'? (Would be a good option to have in Customizer)
Oh and back to 4, the below is looking good!
Just confirming - this is manually inputting the different logo widths, there's no dynamic way with media queries? (assuming I tweak logo sizes in future, would avoid adjusting)
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus {
padding-left: 210px;
}
#mobile-header .navigation-search input[type="search"]:active,
#mobile-header .navigation-search input[type="search"]:focus {
padding-left: 160px;
}
You can set the off canvas panel to "Overlay" regardless of where it shows up (desktop, mobile, both).
The only dynamic way to do it would be to use javascript I think.
4. is the search field appearing over Nav Menu, not off-canvas.
It's appearing fine as is, was just confirming there *aren't* dynamic media queries to pad around whatever size the logo is at any given time.
Not too sure what you mean? The navigation search field? Right now it only covers the primary navigation by default, however you can add a search widget to the off canvas panel if you need.
That's correct, there aren't any dynamic media queries.
Alright got it, closing this one!
Thanks again :)
You're welcome :)