How do I make the site width wider on desktop view while keeping the responsive behavior for mobile devices?
How do I make the site width wider on desktop view while keeping the responsive behavior for mobile devices?
My website is www.lssworld.org. on the desktop it is too narrow, that makes it look very outdated. I would like to make the width 1200 px or 1400 and still maintain the responsiveness.
I have a CSS code for making the site wider but it also makes the site non-responsive. Does someone have the CSS code for this?
-
Nicasio Design - Felix Figuereo commented
You need to tell the browsers how to render the site based on breakpoints.
This may help:
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/If you need, we can look at it for you and come up with a solution.