Margin between columns

Hi,
I need space between the columns
you can see here screenshot:  

What is the best way you suggest me to do?
Thanks!

Comments

  • Hi,

    to add space between those columns, you must set class name for the section (like: section-class-name) where those items are first and then, you need to use the following css:
    .section-class-name .one-third.mcb-wrap {
        margin: 0.5% !important;;
        width: 32.333% !important;
    }
Sign In or Register to comment.