M
M
Maxim Spiridonov2014-12-19 14:16:51
css
Maxim Spiridonov, 2014-12-19 14:16:51

How to fix bootstrap starter template to 1024 width?

There was an issue with fixing this template to a fixed width of 1024 but still being responsive. How to do it or is it possible to do it at all?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artemy Malkov, 2014-12-19
@ndr334

For the body, set the style to min-width: 1024px;
and here is the viewport in the header:

<meta name="viewport" content="width=1024, minimum-scale=0.1, maximum-scale=3, user-scalable=yes">

S
Sergey Melnikov, 2014-12-19
@mlnkv

getbootstrap.com/examples/non-responsive

V
Vyacheslav Borisenko, 2015-01-28
@duteam

/css/bootstrap-responsive.css
.span12 {
width: xxxxx px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question