Center vertically column elements (PRO)

Hi, I would like to know how to center vertically column elements in PRO.

Note: I know how to center horizontally.

Ex. https://digitalessen.com/servicios-marketing-online/diseno-web-wordpress/ (scroll to “Nuestro proceso está probado y funciona”)

I have an example

Hi there,

Thanks for writing around! To vertically center content in margin-less columns, please add the following CSS code in the Theme Options > Global CSS or in the Customizer via Appearance > Customize > Custom > Edit GLOBAL CSS

.x-section .x-container.marginless-columns .x-column {
    vertical-align: middle !important;
}

Cheers!

Sweet! That worked perfectly.

I think it would be a good idea to apply this option to the PRO theme

Hi Ignacio,

We are glad it worked and thanks for the feedback!

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