Classic Promo element stretches way too big

Hello!

I’m having trouble setting up classic promo element. On a single row with double sections, two classic elements stretch edge to edge of that row making it really big. Even the placeholder image 500px by 500px stretches end to end.
The result is abomination if using the element on a row with just one section, any image attached stretches all the way.
The problem is documented here: https://sddgm.org/about/executive-committee/
What can be done in order to prevent this behavior?

Thanks!

Hi there,

It is a normal behavior of the Classic Promo element to fill the entire width of its container. Since the two promo elements in question are in one column, they get stretched to the entire row.

A workaround for this is to add a maximum width value to those elements and an auto left and right margin to it to center the element.

Please add this to the style field of those elements:

max-width: 500px; margin: 0 auto 25px;

Feel free to change the value of the max width.

Hope this helps.

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