I
I
infernotiv2017-02-01 10:45:35
css
infernotiv, 2017-02-01 10:45:35

How to change bootstrap grid?

How to change bootstrap so that there are 4 columns in total, and each is 293px with 30px padding on each side?
I know how to change the number of columns, but I don't understand how to set their width...

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
Pavel, 2017-02-01
@PavelMonro

getbootstrap.com/customize/#grid-system

I
iBird Rose, 2017-02-01
@iiiBird

well, don't use bootstrap just for this case. and do it yourself. via inline-block or float: left;

W
WQP, 2017-02-01
@WQP

If you are using sass or less , you can customize the mesh generation.
Well, if you only need a grid, then you can generate it here - www.responsivegridsystem.com/calculator

E
Egor Zhivagin, 2017-02-01
@Krasnodar_etc

And why do you need a bootstrap for this ?? Just make a flex grid.
In general, you can set col-lg-3 for all columns, and then fix the indents and width in css. But the essence of the bootstrap is generally lost

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question