Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
So that the user cannot take the edge of the window and make it smaller? IMHO this is not possible on the web.
This cannot be done. What if the screen is less than 1024? And why do it at all?
If you use bootstrap then the width of the page itself can be manipulated like this:
1) Download and include non-responsive.css
getbootstrap.com/examples/non-responsive/non-respo...
2) Specify in style.css
body{
min-width: 1024px !important;
margin: auto;
}
.container-fluid, .container{
min-width: 1024px !important;}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question