Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #654578

    Hi,

    I am in the process of creating a mega menu with column titles and page links underneath each column.
    Right now the titles are displaying correctly, but the links under the titles are indented quite a bit to the right.
    I am not sure why this is. Can you take a look and let me know what the issue might be?

    I think this css might be the culprit:

    nav.main_menu .sub-menu .sub-menu {
      left: 200px !important;
      right: auto !important;
    }

    I added this in order to line up sub sub menus to the left of the sub-menu in Why Us > Our Team

    If this is the case, what is the proper way to align sub sub menus to the right of the sub menu, while not messing up the mega menu?

    Thanks for your help.

    #654605

    Hey xuamox,

    Thanks for getting in touch with us again!

    You can add the following CSS along with the one you added above:

    #top #header .avia_mega_div > .sub-menu > li > ul {
        left: 0px !important;
    }

    Best regards,
    Jordan

    #654959

    Perfect! Thanks for your excellent support.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mega Menu alignment issues’ is closed to new replies.