Remove spacing between cols

前端 未结 9 1864
盖世英雄少女心
盖世英雄少女心 2020-12-15 03:38

I want to remove the space between multiple columns in the Bootstrap grid.

How can we overwrite Bootstrap\'s CSS to achieve this task or any other better solution wi

9条回答
  •  情歌与酒
    2020-12-15 03:40

    The solution by Anshuman actually works! It gets rid of the bootstrap column spaces when you set the padding to zero in the styles, i.e padding: 0;

    //html code here..
    //html code here..

提交回复
热议问题