Hi,
I have added a span with a text-style center to my text inside the text field in the slider, but it doesn’t center the text. How can I center text in the slider?
Hey Martin!
Can you please post the link to your website?
You can give Span a custom class attribute as following
<span class="my-centered-text">text goes here</span>
and then add following code to Quick CSS in Enfold theme options under General Styling tab
.my-centered-text { text-align: center; }
Regards,
Yigit