Answer the question
In order to leave comments, you need to log in
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
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">
/css/bootstrap-responsive.css
.span12 {
width: xxxxx px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question