Margin to columns

Hi,

on this page: https://dharmaebooks.org/publishers/ I would like to add some margin to columns. There is an option of adding margin rows, but than in mobile view 3 colums in the row stick together. There is no option of adding margin to colums and also of adding class to columns…

Also, is there a way to make equal height for columns?

Thank you
beata

Hello There,

Thanks for writing in!

Please edit your page back in the editor and click on each column, find the “Customize” tab and insert this inline css:

@media(max-width: 979px){
  $el {
    margin-bottom: 30px;
  }
}

And to make the height of your columns equal, please check out this thread: https://image.prntscr.com/image/n1bsZaCJTnGeleVfAU5ZCw.png

Hope this helps.

thank you. it helps.

You’re welcome!

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