A
A
ayapergenov2016-11-12 09:35:08
css
ayapergenov, 2016-11-12 09:35:08

How to properly customize the bootstrap grid for a responsive page?

There is a ready-made layout of this type with the Bootstrap3 library connected via Webpack.
It is necessary to make a grid of the following width:
aside - 200px;
main content blocks of 250px each.
Distance between blocks -15px;
Max width -980px;
When reducing the width, the blocks should adapt to the screen size
How to layout correctly in this case so as not to break Bootstrap and set the required sizes

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2016-11-12
@lunpully

Aside should also decrease?
It's just that usually the menu columns are kept in the same width. And on small screens, they either disappear, or hide under the button, or move under the content.
I would make the aside constant, and inside the content area .col-md-4 for each block.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question