Bootstrap Remove padding from column : Bootstrap by default adds some padding in columns and other elements.
There are many ways to remove padding from column in bootstrap. Here in this tutorial we are going to create custom class to remove padding from columns. We will explain this with example and demo.
Bootstrap Remove padding from column Example
You can remove padding from column in bootstrap using the following css-
If you run the above example it will produce output something like this –
Tip : Always try to add the(custom css) like this in a separate file which is good practice.