[Resolved] Sub-Menu Positioning

Home Forums Support [Resolved] Sub-Menu Positioning

Home Forums Support Sub-Menu Positioning

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186061
    Mary Pearson

    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!

    #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.

    #186156
    Mary Pearson

    Thank you so much Tom! Once again you have come to my rescue. I appreciate it so much!

    #186242
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.