CSS text-align is not making the text center or right aligned – WordPress
In the following link, there is an Accordion, I want all Accordion's titles to be right aligned. I used this CSS code: .ekit-accordion-title { text-align: right; } However, the code is not working. What is the issue with code?