
Originally Posted by
brian70809
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.


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
Bookmarks