css - Scaling website for widescreens -


im in process of finishing off first site, on 13inch macbook looks along mobile devices. have set media queries responsive side of things , seems working well. main issue on wide screens such imacs , 27" imacs stretches use full width of screen should guess have set things in percentages. wondered best way site better on wider screens, should use media query zooms in when device width above 1500px? or better off putting wrapper round whole body kicks in on larger device screens?

thanks

a first step put whole thing (or content section) wrapper div define

.content_wrapper {   width: 100%; /* full width on screens 1440px */   max-width: 1440px; /* content width limited 1440 on large screens */   margin: 0 auto; /* centers container on screens above 1440 */ } 

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -