Zurb foundation margin between 2 columns
问题 I am trying to put a padding/margin of 10 px between 2 columns. But when I do then the 2nd column breaks. html code <div class="row collapse"> <div class="large-6 medium-6 small-12 columns">Content 1</div> <div class="large-6 medium-6 small-12 columns">Content 2</div> </div> If I remove collapse then column adds padding to it's all direction. How can I make the row full width but only 10px padding or margin between 2 columns. Any help is highly appreciated. Thanks in advance. 回答1: We can't