E
E
Egor Vavilov2012-06-08 09:27:43
css
Egor Vavilov, 2012-06-08 09:27:43

Fixed page width in Bootstrap?

There is a two-column layout. By default, bootstrap does not have a fixed width for pages, so when the window width decreases, the right column goes under the left one. How to fix for them a horizontal position so that they do not jump?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
sdevalex, 2012-06-08
@Shecspi

Do not include bootstrap-responsive.css
It is used for adaptive layout for different resolutions.

D
deleted-mezhevikin, 2012-06-08
@deleted-mezhevikin

min-height: 900px;
for a diva who should not be less

A
Alexander, 2015-03-27
@Intdev

bootstrap-3.ru/getting-started.php#disable-responsive

P
phasma, 2012-06-09
@phasma

Open CSS and if you have it in one file, then scroll down. There, through media, the behavior for various resolutions is indicated. You select it is necessary, you register the minimum width and all.
For example:
@media (max-width: 767px) {
.row-fluid.item-header [class*="span"] {
width: 100px;
}
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question