Element width

Hi again!

Could you please tell me how to adjust the width of the element on the slider? So, in this page, I would like the text to show in one line not in two.

Thanks!

Hi @rainstorm,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

div.flex-caption h2 {
    max-width: 95%;
}

Best Regards,
Movin

Awesome, thanks!

You are most welcome here :slight_smile: