Stacked dropdown menu isue

read only link I am trying to make a stacked dropdown menu. I want the dropdown menus below the selected dropdown menu to move down when one is selected. I have figured out how to get it to work with one section but can’t figure out how to make it affect only specific div blocks within the class.

HI @Oscar_Garcia easiest way is to set dropdown list to position: relative. You will need to fix your left side not to move accordingly to nav closed/open.

1 Like

Great, thank you! How do I fix the left side? I’m not sure what you mean

hi @Oscar_Garcia I see you have set image to position to absolute prevent this behviour.

1 Like