The dropdown doesn't get 100% width issue

Hello every one.

I have an issue with dropdown (“accordion” class) element. It doesn’t gets 100% width no matter that I set the width setting 100%. What might be the cause?


Here is my site Read-Only: [LINK][1]

In addition, the dropdown element isn’t left-aligned even though its container has flex setting aligning children by left. As you can see with Heading element.

Do you want to set the width of the toggle to 100% of your div? Then you need to set the 100% width on the dropdown, not on the toggle.

Does this solve your problem? Because I don’t completely understand what result you are trying to achieve.

Thanks. I was wrong with the parent element.