November 26, 201213 yr Please go to the following site:*link removed*I've got a 27" iMac and that site width goes way over the 1024px that we're supposed to design sites for, as that's the minimum width of most resolutions. Can someone please tell me how their site looks on a 1024 res screen? Does it all fit into the screen or do you have to scroll left and right to view it all? Do you make sites that change depending on the user's resolution? Please inform me.thanks
November 27, 201213 yr Your page is inside a wrapper: #wrap{padding:0 100px;max-width:1414px;position:relative;margin:0 auto;top:0;left:0;min-height:100%;height:auto !important;height:100%;} which has max-width: 1414px and it filled most of my 1366px wide screen and it reduced in width as I used a smaller screen window. However, you have left: 0; in the style and I would delete that as it will tie the page to the left in resolutions over 1414px and stop it centering. Another style has side padding 88px: #wrap,#footer .group{padding:0 88px;} which creates the quite wide white spaces each side of the images.
Create an account or sign in to comment