基础:列之间的边距

时间:2013-07-22 17:05:04

标签: html css html5 zurb-foundation

<div class="row">
    <div id="right-content" class="large-9 columns wrapper">

      <%= render "users/tabs", :user => @player_profile.user %>

    </div>

    <div class="large-3 columns wrapper">

      <%= render "shared/social", :resource => @player_profile %>

    </div>

</div> 

预览 enter image description here

我会在Fancy.com中做出类似的事情(正确的内容和侧边栏之间的差距)

enter image description here

我试过

<div id="right-content" class="large-9 columns wrapper" style="
    margin-right: 20px;
">

但在这种情况下,侧边栏会在“右内容”下方飞走。我怎么能解决? enter image description here

1 个答案:

答案 0 :(得分:0)

已解决处理填充而不是边距