Home › Forums › Support › Sub-Menu Positioning › Reply To: Sub-Menu Positioning
April 11, 2016 at 10:01 pm
#186075
Tom
Lead Developer
Lead Developer
Hi Mary,
You’re adding padding to your menu items:
.menu-item-645, .menu-item-655, .menu-item-14312 {
padding-left: 120px;
}
This makes it so the sub menu doesn’t know when the actual items begins.
Use margin in this case.