Skip to content Skip to sidebar Skip to footer

How To Remove Or Reduce The White Space In Bootstrap?

How to remove or reduce the white space in bootstrap. as when i am adding another div below . it makes a large margin in between ...

Solution 1:

On the divs that have row and col classes have a no-padding class whose contents are

.no-padding{
 padding: 0px !important;
}

Post a Comment for "How To Remove Or Reduce The White Space In Bootstrap?"