Complete my bootstrap responsive site?

ronaldroe

Super Moderator
Staff member
...what do you expect a $10K website?

Can't hurt to make it look that way...

Anyway, without looking at it, I can tell you that you make it responsive like anything else. Media queries, percentage-based box model and min-height/min-width.
 

ronaldroe

Super Moderator
Staff member
You'll have to get a sense for how things are coded out. What HTML elements, how the CSS is done, etc. From there, shrink your window until the design breaks or causes horizontal scroll. Once you reach that point, use the Web Developer plugin's ruler to measure the window. Set a media query for that size, and adjust the CSS as necessary. Rinse, repeat.
 
Top