Rev Slider - Dynamic Content Formatting

Hi there,

I use revolution slider to display posts dinamically. There are to parameters.

The title and the excerpt. I have no problem making them show up, but they are display one one line and I can’t format them. I tried setting a width, I tried setting a max-width, but they are displayed on one line. Any ideas?

Thanks!

Hello @Pbalazs89,

Thanks for writing in!

Can you please share the exact page URL where slider has been added? I tried looking at the website’s that’s listed on your account but don’t see slider that’s similar to the screenshot.

Please share the page URL for us to take a closer look.

Thanks.

http://www.budagastropest.com/

Thanks!

Hi @Pbalazs89,

I am sure that there is an option there to handle that and it is recommended that you find the correct option. The other way is to add a CSS Class to the layer that you used to add the Dynamic Content and then add the CSS code below to the slider:

.NAMEOFTHECLASS {
	white-space: normal !important;
}

Replace NAMEOFTHE GLASS with the Class that you set.

To know more about the Layer attributes please read this article. To know how to add the CSS to slider please read this article.

Thank you.

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