Archived topic
Center Off-Page Panel Menu Items that have sub-items
4 replies · Started by Chris on April 3, 2020
Hello,
I am wondering if there is a way to get the menu items with sub-menu items to be centered as compared to the other items in the column that do not have sub-menu items? As it is right now, those items with sub-items are shifted slightly to the left, I assume to make good spacing with the expand arrow. I'm wondering if there is a way to adjust this?
Thank you!
Hi there,
Try this CSS:
.slideout-navigation .menu-item-has-children .dropdown-menu-toggle {
padding-left: 0;
padding-right: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
MAN you guys are quick... and that worked perfectly. Thanks so much!
Marked as solved.
No problem :)