Set padding, margin, font size programatically

Hi is it possible to set for instance padding programmatically for several elements at once.

For instance a state for page width above 768 and one below 768, decreasing padding on a group of elements from 40 to 20 to make it look good on mobile. Until now I have been using conditionals on each object, which can be cumbersome.

Hi @erlendne :wave:

You can add a custom CSS into your page and, in this CSS, pull data and make your calculation dynamically. You can find a lot posts here showing how! :wink: