Using style variable to set alignment

  • jubilant_courgette_93644-1325789579906650184

    Dov

    3 months ago

    Hi.

    Is there a native way to set alignment (in my case a td) based on a style variable?

    Thanks
  • needtheanswers-1325794368887591024

    needtheanswers

    3 months ago

    Yes you could definitely use a style variable to set alignment ( I did it as well). What do you mean by "td"?
  • jubilant_courgette_93644-1325808120190205962

    Dov

    3 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-1325815202863644755

    needtheanswers

    3 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