Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #353226

    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?

    #353280

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.