V
V
vokavoka2016-07-11 12:30:48
css
vokavoka, 2016-07-11 12:30:48

How to make twitter bootstrap so that one column has a fixed width in pixels, and the rest are fluid?

I am using twitter bootstrap.
Is it possible to somehow fit a block with a fixed width in pixels in one line, and fill the rest of the space with 12 bootstrap columns so that they are fluid and act as if there is no fixed-width block in the line?
e5a9b114b674461c89252e2d2371ae88.jpg

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anton, 2016-07-11
@karminski

Don't use bootstrap where you don't need it. A fixed column can (and is easier) be done with your own CSS code.

S
semki096, 2016-07-11
@semki096

Not possible in the classic version. See templates for the admin panel, some seem to have a fixed width of the admin bar.

E
Evanre, 2016-07-11
@Evanre

Flexbox layout works great for this. You can either do handles for a specific block (which is a priority if you are already using other frameworks), or take flexboxgrid (Auto-Width section).

E
Evgeny Kuzovlev, 2016-07-11
@Kiyoshi

make 2 blocks, the first one is your fixed one, and inside the second one place a new row (.row) and cells in it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question