自举减小列之间的间距 [英] Bootstrap reduce spacing between columns

查看:89
本文介绍了自举减小列之间的间距的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在减少同一行中的按钮之间的间距量方面存在问题.这些按钮包装在列中 JSFiddle

Having an issue reducing the amount of spacing between buttons in the same row. These buttons are wrapped in columns JSFiddle

有没有简单的方法可以做到这一点?我想不一定要使用负边距或填充.

Is there an easy way to do this? I imagine using negative margins or padding is not necessarily desirable.

推荐答案

问题似乎出在填充而不是边距上.这段CSS消除了列之间的空白

The problem seems to be with the padding not the margin. This piece of css removes the white space between the columns

   .form-group .col-xs-6{
      padding: 0px;
    }

这篇关于自举减小列之间的间距的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆