O
O
Oleg Front2015-09-26 16:40:26
Bootstrap
Oleg Front, 2015-09-26 16:40:26

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

3 answer(s)
V
Valentine, 2015-09-26
@Tpona

.col-nopaddings {
    padding-right: 0!important;
    padding-left: 0!important;
}

Add in your CSS and use.

D
Dmitry, 2015-09-26
@2fox

You can always generate your "version" of boostrap getbootstrap.com/customize with or without padding

O
Oleg Front, 2015-09-30
@Olejan

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 question

Ask a Question

731 491 924 answers to any question