Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #560743

    Ii’m trying to figure out how to keep submenu items flush to the container of the parent menu. As you can see, the submenu items overlap under About Us (top menu) and it’s very likely something I introduced accidentally.

    Another thing I’d like to know is if it’s possible to have submenu items appear below the parent item and indented say 20px?

    Thanks in advance!

    #560918

    Hi lzevon!

    Add this to your custom CSS.

    .sub-menu a {
        padding-left: 10px !important;
    }

    Best regards,
    Elliott

    #561369

    Hi Elliot,
    Thanks for your reply. I added the above, but it made no difference. If you look at the top menu and look at the About Us menu and how the submenu overlaps you will see the issue. I would think the space would need to be introduced to the right, so I tried that, along with margin, appending the #top id and several other iterations – none seem to work.

    Help!

    #561738

    Hey!

    It looks fine to me but perhaps I am misunderstanding. Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #562125

    OK, here is the screenshot depicting the overlap issue…

    #562342

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top .sub_menu li li ul {
        left: -200px !important;
    }

    Thanks,
    Rikard

    #563304

    Perfect – thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘submenu overlap’ is closed to new replies.