Responsive Mobile Menu won't Expand properly
-
My site has a built in responsive feature where the menu turns into the three lines and it becomes a mobile friendly menu. Unfortunately only the first box of the menu is readable, as the other options don’t have a background for some reason.
After looking it over in Chrome’s Inspect Elements, it seems the problem is that this part:
<nav id="menu" class="menu-main-menu-container" style="display: block;">
Won’t expand with the rest of the menu. That’s the part of the menu that has the background color attribute assigned to it in style-colors.php with#Header #colors { background-color:#0697e5}
I’ve been racking my brain on this one for the past few hours, any help will be appreciated.
- The topic ‘Responsive Mobile Menu won't Expand properly’ is closed to new replies.