space between columns

i have created this page to display various speakers at my events, however can't seem to get a gap between each column
they are 3 columns in one wrap all 1/3 wide.  wondering do i have to make them smaller and add something in between, or is there a way to add some type of margin/gap between them in the settings that I'm missing.,



Comments

  • Hi,

    to get the padding between these items, you need to use custom css but you must know that it would affect other sections where 1/3 columns are.
    .one-third.mcb-wrap { width: 32.333 % !important; margin-right: 0.333% !important; }
  • so if i have a wrap with 3 items with 3 columns in them (1 each item), where do I insert this code?  sorry I'm definitely not a programmer...
  • Each custom css should be located under Theme options > Custom CSS & JS > Custom CSS section. However, if you have no idea about the code we gave you above, you should contact with your web developer OR you shouldn't do any changes because this may harm your site more than make good.
Sign In or Register to comment.