I have used Twitter Bootstrap to develop a website with the fixed container class, but now the client wants the website to be 980px width and not 1170px.
Question posted in Twitter Bootstrap
I have used Twitter Bootstrap to develop a website with the fixed container class, but now the client wants the website to be 980px width and not 1170px.
4
Answers
You just need to change de size of class lg, put a limit to 980px; or restrict you principal container (or body) to md class
You need to use fluid-container but nested inside some div with maximum width of 980px. (in order to be responsive)
Here is an example.
Quick solution will be
But better one is to go http://getbootstrap.com/customize/ and change @container-large-desktop variable and download customized bootstrap version.
Try this:
This will limit the size of the div to “980px” maximum.