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
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..