Quote Originally Posted by brian70809 View Post
Here is a picture in Firefox.. my screen resolution is 1920x1080..

See how the featured products banner is not formatted right in first pic. and in second pic when I bring the browser into a smaller size it sets up correctly.

Click image for larger version. 

Name:	Screenshot from 2013-10-02 21:04:25.jpg 
Views:	170 
Size:	43.6 KB 
ID:	13134Click image for larger version. 

Name:	Screenshot from 2013-10-02 21:06:12.jpg 
Views:	239 
Size:	48.8 KB 
ID:	13135
When I veiw your site using firebug, When clicking on the div class="col2" I am seeing different css rules than on my demo site. On your site, I see:

Code:
.col2 {
    width: 195px;
}
[class*="col"] {
    float: left;
    margin-left: 5px;
}
On my demo site I see:

Code:
.onerow-fluid > .col2 {
    width: 18.25%;
}
.onerow-fluid > [class*="col"] {
    float: left;
    margin-left: 0.4167%;
}
I believe this is the problem.

The template is designed to be used with the left and right hand columns. You don't have the right hand column turned on.

The problem had nothing to do with your max screen resolution.

Thanks,

Anne