Answer the question
In order to leave comments, you need to log in
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
well, don't use bootstrap just for this case. and do it yourself. via inline-block or float: left;
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
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 questionAsk a Question
731 491 924 answers to any question