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?
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?
4
Answers
Use this CSS code.
Or
Make sure you add important to the CSS style
To get the button text of the accordian elements to be right aligned, do this:
To get the title of the accordian to align right, use this:
To align text to right side use this code on anchor element
.elementskit-btn-link
:If you wish to center it then this: