In-line CSS option not showing in columns customize

I recently updated one of our sites to X Pro and the in-line css under column customize no longer has an option to input css.

This is how I was vertically aligning images using marginless columns and inputting vertical-align: middle; in customize under columns.

If I reactivate x theme it appears and I can make the change, then I go back and activate X Pro theme and the change are made but the in-line css field is gone and I have no way to trace how the column is vertically aligning the content.

I have other sites on X Pro and they function with this option with no issues.

Hi There,

Thank you for writing in, on PRO version 2.0.0 and X v6.0.0 / Cornerstone 3.0.0 we introduce a new feature named Element CSS, you can read more about that update here. This feature replaces the Inline CSS.

Features - Element CSS

Hope this shed some lights,
Cheers!

Thanks, figured it was an update. I used this in the global css and called the class.

.vat { vertical-align: top !important; }
.vam { vertical-align: middle !important; }
.vab { vertical-align: bottom !important; }

I will look into Element CSS

You’re welcome, yes please take a look at the Element CSS it will be handy, especially in responsive view cases.

Cheers!

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