juliantheberge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile menu appears blank, cannot change styles to showHey y’all,
The menu shows like this:
@media screen and (max-width: 620px) { #mobile-navigation > div > ul, #mobile-navigation-jquery > div > ul { position: fixed; } #mobile-navigation-jquery.target > div > ul { width: 100%; }rdhkeh, you can just pop that into your stylesheet at the end or download simple CSS plugin and put it there OR just make a child theme. Good luck!
Forum: Fixing WordPress
In reply to: Mobile menu appears blank, cannot change styles to showHey webdesignerchristian, what class or id did you change to fixed in order to make the nav show up?
Thanks for working on this.
It could be the theme.
I’m not versed in Javascript, but I rationalized that, since the theme is used widely, the core script should function. However, I changed plenty of CSS styles throughout development and may have made some over-generalized reference that is affecting the menu.
Forum: Fixing WordPress
In reply to: Mobile menu appears blank, cannot change styles to showThere is a place to configure menus, but not the mobile menu, unfortunately.
Any way to disable the responsive hamburger menu design in the functions of the theme? I just need this to work, so maybe just turning it off would do.