Menu Items
-
I need assistance in making top-level menu items left-aligned, their children centered, and the children of those children right-aligned.
/* Make top-level menu items left-aligned in mobile menu */
ul.mobile-menu.toggled-on li.page_item {
text-align: left;
padding-left: 10px;
padding-right: 10px;
}ul.mobile-menu.toggled-on ul.children li.page_item {
text-align: center;
padding: initial;
}The blog I need help with is: (visible only to logged in users)
-
Please stop creating new threads about this. We’re already helping you in https://wordpress.com/forums/topic/mobile-menu-help-2/
- The topic ‘Menu Items’ is closed to new replies.