Vertically Align image in left column?

Hi,

I have went over all your forums and tried all the codes you have suggested but it still remains impossible to vertically center align the image in the left column. It stays at the top.
Marginless border is activated but it only applies to the row. I can’t how to activate marginless to row.

Please let me know if that makes sense…

Thank you for your time!

Hi Cale,

Thank you for reaching out to us. To achieve this, please add the following code in the Theme Options > CSS:

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

Let us know how this goes!

1 Like

Thank you!! That worked great!!

Cheers

Glad we could help.

Cheers!

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