Sub-sub-menu icon appears over end of text
-
The right padding of level-1 items with a sub-menu is 70px, but for level-2 items with a sub-menu, it’s 15px, due to the CSS style below:
#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item a {
padding: 16px 15px;
}This can be fixed by removing this style or by changing/adding styling to suit a 3-level menu. You can see how this looks on my site.
BTW, the hamburger stack is now too wide. It looks ugly.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sub-sub-menu icon appears over end of text’ is closed to new replies.