Post carousel slider title

I have problem with post carousel slider title, my text is going outside of slide box.
I try different setting but i can not find solution.
I send login in secure note.

Hello @Luketina,

Thanks for writing to us.

I would suggest you please go to “The Title” element ->Customize->Element CSS

Add this custom CSS code

$el.x-text{    
  word-break: break-all;
}  

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you can subscribe to One where customization questions are answered.

Thanks

1 Like

Thank you, that works!

You are most welcome, @Luketina

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.