Forums

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

Home Forums CSS I’m confused about responsive design. Input? Re: I’m confused about responsive design. Input?

#140764
Alen
Participant

Also, don’t try to tackle all issues at once. Everything that seems complex can be broken down to smaller pieces. So dedicate couple hours each day on reading the resources listed above, but keep a mental note, not to try to understand every problem/solution… focus on one particular thing at a time. I see you posted about Flexible Grids, don’t think about those now… again you are limiting yourself to the grid. You don’t need a grid to do responsive. Grids are used to organised content, only use them if they are trully needed. Don’t just assume you need them all the time.

Also,

Everything is hard before it’s easy!

I’ve made this for someone here while back, it gives you basic breakpoints for Mobile First approach. http://codepen.io/anon/pen/qkzms (resize the window)

Hope that helps. Alen.