Archived topic
navigation search CSS issue after updating wordpress
23 replies · Started by morriscountynj on September 16, 2015
Sorry - forgot a curly bracket. Check the updated code above.
almost got it, check it out now.
the issue was with one of my custom enqueued scripts. i was automatically adding the nav search as an option in the menu, which ended up duplicating it, since you do that by default now.
i also added custom CSS to change the mobile breakpoint of the mobile menu to 1024. can you provide the mobile menu CSS so i can change that? then i THINK i'm good to go.
You're wanting to show the mobile menu once the screen size hits 1024px?
yeah. or at some arbitrary point of my choosing. :) you once gave me the code to do that, but since the CSS has changed for the mobile menu I need it again.
This CSS should work: https://gist.github.com/generatepress/c23aef2d05807c39bb32
ok i just put that in at 1024. the menu isn't aligning properly between 1024-768 though, the color of the menu button is wrong and the search button isn't right-aligned.
Try this updated code: https://gist.github.com/generatepress/c23aef2d05807c39bb32
that worked!
Awesome :)
