How do i set height equal so texts would align horizontal center?
How do i set height equal so texts would align horizontal center?
Hi Sathis,
Thanks for writing in! First assign a class into your Column residing text. For example my-vertical-center

Then add the following CSS rule into your custom CSS area.
![]()
.my-vertical-center {
vertical-align: middle !important;
}
Hope that helps.
It didnt work. Other methods?
Hi again,
For the above method to work you need to enable the Marginless Columns option. To do this, go to your section row’s settings (see screenshot)

Then under Setup turn on the Marginless Columns option (see screenshot)

Let us know how this goes!
It worked, thanks.
We’re glad it worked.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.