Archived topic
Sub-Menu Positioning
3 replies · Started by Mary Pearson on April 11, 2016
Once again I am stuck with the sub-menus in the wrong place. Could someone please help me with the coding for sub-menu items at https://ChristianGays.com
Right now they are about 130 px to the left of where they should be. I'd like them to line up under the menu items.
Many thanks!
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.
Thank you so much Tom! Once again you have come to my rescue. I appreciate it so much!
You're welcome :)
