Forums

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

Home Forums Other [Solved] Converting to liquid/adaptive/responsive layout Reply To: [Solved] Converting to liquid/adaptive/responsive layout

#186831
Chris House
Participant

I doubt anyone is going to completely remake your site for you, but here are a few key things to look for in your research:

-Using percentages instead of fixed-widths – that’s the most basic key to “fluidity”.

-CSS media queries – these are the key to responsiveness.

-Run your site in the browser and resize it down until things start to break. Note the width at which things start looking bad and use that as your breakpoint in your media query.