Add space below column

Hey there,
I failed adding some spacing below my column, this is how it looks on desktop http://prntscr.com/leivyq
and this is where some space should be added on mobile http://prntscr.com/leiwvf
thanks for your help!

Hi There,

Thanks for writing in!

You can add margin-bottom to the left column via element CSS.

Please add this code.

$el{
margin-bottom: 30px !important;
}

You can do further adjustment if needed.

Thanks

1 Like

Thank you works great

You’re welcome.

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