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
add a class when you need to remove spaces use it
.padding-0{ padding-right:0; padding-left:0; }
in html write this class
//stuff here for this column //stuff here for columns