Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other best way to get some sorta responsive design on my site? Re: best way to get some sorta responsive design on my site?

#83252
gmox
Participant

I understand how to target various screen sizes. I guess my issue is with how the css is currently and how and what to change within the media query. I have a feeling that the way the page is currently structured and styled won’t work when I change css within the media query (it hasn’t so far). Specifically, with the header, it was hard for me to position the elements where I wanted them. And that is on a static page let alone something that will re-size. So, maybe, the root of my problem starts with the original markup?

I’m tempted to downsize all my graphics and load those in the media query and at a certain screen size, the images will be swapped out. Wouldn’t that make the site heavier and slow it down b/c it now has to load everything 2x’s? It doesn’t seem like that is the proper way to go.