Hi,
I need to center content automatically in column

How can i do this?
Hi,
I need to center content automatically in column

How can i do this?
Hi There,
Please remove all the margin & padding around your text element.
Also change the text alignment of your column to center:
Let us know how it goes!
Hi, thanks.
I mean vertical centering…
Hi @ignaciosantiago,
You could follow this thread below on how to vertically align a column
Hope it helps.
Let us know how it goes.
Thanks.
That doesn´t work, because I need to center vertically only the right column.
Hi There,
Thanks for writing in again!
Please make the row marginless.

After that add this CSS to your element CSS of the column you want the content to be vertical middle align.

$el{
vertical-align: middle !important;
}
Hope this helps!
Hi, I don´t see the “Edit CSS” option

Hi There,
Thanks again for asking!
If you click on the customize tab of the column you will find the Element CSS field.

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