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

    Hi there – I recently had to change a menu item on our website…from the main menu, when you click on Montessori, two pages are listed in the drop-down…The Tree House links to an external site. The Children’s House has a submenu because their site is on our main site. When you hover over The Children’s House, the submenu comes out to the left but when you try to click on one of the pages, it keeps disappearing. Is there a way to keep this from happening? Please help! I will list my website in the Private Content section.

    Thanks!
    Stacy

    #404094

    Hey stacyr311!

    Hmm, not sure if this is going to get overwritten with javascript or not but try adding this to your custom CSS.

    #top .av-main-nav ul ul { left: -175px !important; }
    

    The reason it’s happening is because of this CSS.

    .main_menu .menu ul {
      width: 175px;
    }

    Regards,
    Elliott

    #404319

    Thank you, Elliott! That worked!

    – Stacy

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Issue with Submenu’ is closed to new replies.