Adding top margin to column

Hi
I’m aware that rows have a margin adjustment but columns don’t. If I have 3 columns in a row and want to push the middle one up a little (negative margin), how will I do that? thanks

Hello @PlanetPluto,

Thanks for writing in!

Please inspect the Column and under Customize > Setup > Element CSS add following CSS:

$el{margin-top: -40px;}

Please adjust the margin value as per your requirement. Here’s a screencast that you can take a look.

Thanks.

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