Answer the question
In order to leave comments, you need to log in
Bootstrap question?
Guys, tell me, is there a class in the bootstrap that resets the paddings between .col, I searched on the bootstrap website, I didn’t find it or overlooked it somewhere ?!)
Answer the question
In order to leave comments, you need to log in
.col-nopaddings {
padding-right: 0!important;
padding-left: 0!important;
}
You can always generate your "version" of boostrap getbootstrap.com/customize with or without padding
Thanks guys, I solved it this way:
.content-holder [class*="col-"] {
padding-left: 0 !important;
padding-right: 0 !important;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question