Thank you – that did the trick! :D
/ Troels
Hello,
Thank you for getting back in touch with us.
I am not really sure why the accordion element does not display as an accordion element on your end. The element in the backend IS an accordion element, and the text in the toggle “Læs mere” is intended to the right. I would have included a screenshot if this were possible.
Using the inspect tool, this line of code shows the padding of the element:
.av-minimal-toggle .toggle_content {
border-radius: 0;
border: none;
padding: 12px 35px 11px 35px;}
The page where this occurs and the accordion is used IS: https://www.hrpeople.dk/distanceledelse/
The left padding can be changed to 0px in the inspect tool, and this removes the indentation like we want.
Where can we insert the CSS code above for ALL future accordion elements on the website to remove the indentation?
Thank you.