Why won't my accordion headings align left?

Wondering why my accordion headings wont align left. I have the headers set to text align left in the Pro accordion settings but they are always centered. It acts as if the text align buttons in the accordion header settings doesn’t do anything… left, right, justify, none of them work, it just stays centered. See secure note.

Hello @threeoten,

Thanks for writing in!

Your accordion header is not aligned to the left and always stays at the center because somewhere in your page elements, you have added this custom CSS:

.x-acc-header {
    margin-left: auto;
    margin-right: auto;
}

You will have to inspect each of the elements or at least you remember where you have added this and remove the CSS code to resolve your issue.

Best Regards.

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