Hi, Have a look at this: http://jsfiddle.net/raulmatei/q3UnY/embedded/result/ To maintain the 940 width you have to add in your CSS a media query for: @media (min-width: 1200px) { ... } All you have to do is to copy everything that's default on the main bootstrap file and override this bootstrap media query, and by everything I wanted to say every class that you can find inside the media query.
On Fri, Mar 29, 2013 at 3:39 PM, Sheikh Zahid <[email protected]> wrote: > Thanks for reply Raul, > > I have tested if I don't use *-fluid its not pulling remaining spans into > same line, if I use pull-right it will bring remaining object into right > but top will be aligned to previous object's bottom. > > Can I make sure that at 1366px res all objects are taking 940px maximum > and center aligned? > > > Thanks > SZ > > -- > You received this message because you are subscribed to the Google Groups > "twitter-bootstrap" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Raul Matei +40741351728 -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
