Hi. Is there a native way to set alignment (in my case a td) based on a style variable? Thanks
needtheanswers
11 months ago
Yes you could definitely use a style variable to set alignment ( I did it as well). What do you mean by "td"?
Dov
11 months ago
Thanks. td = table row cell. I managed it by adding "align-items: var(--alignment)" into the css. I just wanted to know if it can be added directly into the editor like when setting other fields like width, height etc...
needtheanswers
11 months ago
Thanks for the explanation. Ahh now I know what you mean - no I think that‘s not possible yet, I also used the CSS box for that