Hi. Is there a native way to set alignment (in my case a td) based on a style variable? Thanks
needtheanswers
7 days ago
Jan 6, 2025, 11:53 AM
Yes you could definitely use a style variable to set alignment ( I did it as well). What do you mean by "td"?
Dov
7 days ago
Jan 6, 2025, 12:48 PM
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
7 days ago
Jan 6, 2025, 1:16 PM
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