Installed Acency content

I have installed Acency demo content with X theme and the classic text boxes are center and seem to have a padding or max width. When I add a new Classic Text box it goes over the whole width of the page but I would like them to be like the Classic Boxes of the other sections. If there are any classes for this demo content, where are they stored. It looks like the demo content uses classes but where are they?

Thanks for your help!

Hi @fkuehnrich,

Thank you for writing in, you can set a max-width to your Classic Text element by adding the CSS line below on your classic text element’s STYLE field.

max-width: 600px;margin:0 auto;



The margin:0 auto; is added there to make the text centered on the container.

Hope it helps,
Cheers!

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