• Resolved DBZEROONE

    (@dbzeroone)


    My site has 2 accordion menu widgets, one on top of the other in a sidebar. The last item on the top accordion menu overlaps the title of the menu below it. If there is any other widget below the accordion menu, it will get pushed down when clicking on the last item in the accordion menu above, but if it’s another instance of the accordion menu, the last item of the top menu overlaps the title of the menu below.

    More details: If I expand an item in the top accordion menu, it works fine. Everything gets pushed down as expected. It’s only that last menu item that overlaps the menu below it when expanded.

    I assume there is a CSS fix to this, but I can’t seem to figure it out. Thanks!

    https://www.ads-software.com/extend/plugins/jquery-vertical-accordion-menu/

Viewing 1 replies (of 1 total)
  • Thread Starter DBZEROONE

    (@dbzeroone)

    Ok, fixed it… or at least… I got it to behave.

    I added the following to the IDs of the 2 menus:

    #dc_jqaccordion_widget-2, #dc_jqaccordion_widget-3{
    	display:inline-block;
    }

    Any comments on this solution are appreciated. It works, but not sure if it’s proper.

Viewing 1 replies (of 1 total)
  • The topic ‘2 accordion menus overlapping’ is closed to new replies.