I'm developing this website using Bootstrap. It's a one-page website for an exchange company. My issue is with the adjustment of the website to different screen sizes. As long as I test the website on 15" laptop screen, each module comes as a page but when the screen size increases to 1280 x 1024, it runs together.
Here is a link Website
Can someone tell me how to fix this issue? Why is bootstrap not scaling the website for larger screen?
you have use the container class in your website,if you use container class the page not scalling for larger screens so kindly use the below code col-lg-10 col-lg-offset-1 col-md-12 col-md-offset-0 col-sm-12 col-xs-12 and also mention the font size for big screen
Erasmo J. Pham
Front-end Developer | Exploring Databases
Not sure what you're trying to do exactly.
If you want the website to look the same way it looks in smaller screens, Then perhaps you should consider replacing this code in the first top container
with this:
So the elements would appear in different rows and would take up the full width of the page instead of appearing adjacently.
in case i misunderstood the issue, let me know in the reply so i can help you better! ;)