Hello,
I have another question. It has already been answered for someone else in the forum, but it doesn't help me yet because I still don't have the prerequisites.
It's about centering the font in the tab of an accordion. A CSS code for this was provided in an answer, but I don't know how to apply the code correctly.
Can you briefly explain to me how to enter the following code correctly so that it affects the accordion? In my German version there is a field called "CSS-Klasse" (what is a CSS class?) and below it a button "CSS bearbeiten", where a menu for the code opens.
Here is the code provided by support in the other question:
.u-accordion-link span.u-accordion-link-text {
text-align: center!important;
margin-left: auto;
margin-right: auto;
}
I have also added a few screenshots.
PS:
After writing this text, I opened the quick preview and see that "my" CSS code has indeed had an effect, but it's not really centered (screenshot CSS_04). The button on the right to open the accordion can't be that distracting, can it?
Thank you very much.
Hello, I have another question. It has already been answered for someone else in the forum, but it doesn't help me yet because I still don't have the prerequisites. It's about centering the font in the tab of an accordion. A CSS code for this was provided in an answer, but I don't know how to apply the code correctly. Can you briefly explain to me how to enter the following code correctly so that it affects the accordion? In my German version there is a field called "CSS-Klasse" (what is a CSS class?) and below it a button "CSS bearbeiten", where a menu for the code opens. Here is the code provided by support in the other question: .u-accordion-link span.u-accordion-link-text { text-align: center!important; margin-left: auto; margin-right: auto; } I have also added a few screenshots. PS: After writing this text, I opened the quick preview and see that "my" CSS code has indeed had an effect, but it's not really centered (screenshot CSS_04). The button on the right to open the accordion can't be that distracting, can it? Thank you very much.