I have one column that uses the dropdown menu to create an accordion. Thought it was perfect, but now I notice that the width doesn’t change when you change a mobile device rotation — but, this only happens if or after the item has been opened.
Real head scratcher. Not sure why this happens. Is there a fix? Need to get this out asap to prospective jobs/clients. Pretty sure if someone catches this error, bye bye job.
Read only link as below. FYI, that right column that contains it is Flex due to this crazy 10px dropdown alignment issue: Dropdown Styling Issue - #4 by Lux — maybe that’s a clue to the problem? If so, I’ve never tried custom code… do I need some to get rid of this horrible alignment fault?
I saw your issue pointed out in the discussion on the cloneable page of the faq-no-code accordion.
I came across the issue as well that after you’ve opened one, it doesn’t resize in width anymore. The reason and solution are both simple:
In the interaction, the change in height is set, however the change in width isn’t (as the width doesn’t need to change, it only drops down). However, since the width isn’t set at all, as soon as you click it and the interaction starts to work, webflow sets the width to the current width, and sticks with it.
All you need to do is go to the interaction, and where you see the height change, you also set the width to auto. Voila, it’s fixed.