text-align : justify
-
Hi, I want align the text in each accordion and spoiler, etc.
So, for example, in css:
<style>
.su-spoiler.my-custom-spoiler {}
.su-spoiler.my-custom-spoiler .su-spoiler-title { background-color: #9DB668; color: #FFFFFF; }
.su-spoiler.my-custom-spoiler .su-spoiler-title .su-spoiler-icon
.su-spoiler.su-spoiler-closed.my-custom-spoiler .su-spoiler-title .su-spoiler-icon
.su-spoiler.my-custom-spoiler .su-spoiler-content { background-color: #FFFFFF; text-align: justify; }
</style>but… not working
please, help me, thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘text-align : justify’ is closed to new replies.