Position of arrow in accordion

Hi. How I can change position o arrow in accordion item? Default is left, but I need right (and rotate 180 deegres).

Hello There,

Thanks for writing in!

If you are using a classic accordion element, to resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-accordion-heading .x-accordion-toggle:before {
    float: right;
    transform: rotate(180deg);
}

And if you are using the v2 accordion element, you can change the direction and the rotation in the Accordion element Header settings. Please see the image below:

We would loved to know if this has work for you. Thank you.

Hey David,

Not sure if the solution helped because you’ve deleted your response. It would be helpful if you let us know.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.