Quote:
Originally Posted by Action-N
It's probably a screen resolution issue from these photos. I went to your site an scrolled my browser until it overflowed like the first shot an got to 1375px. So if any user is viewing your page with smaller it'll be messed up.
Tried looking at the source code for the table an it probably needs redesigned to make any sense of it. Has a grey line over the pictures so it's trying to use the forum templates.
I reinstalled a fresh copy of this garage so I can look at the template an css used for this. In the mean time do you really think you need that picture box? At least until you can get it fixed.
|
yeah i went ahead and disabled my side block. Currently i am searching for the code, Any idea what template it may be in? I would like to try Zachery's fix
Quote:
Originally Posted by Zachery
The current html is using a nowrap to make the size of the table refuse to stretch down below a certain resolution, we can fix that in a few ways.
The easiest is to find the div that contains it, and add the following code onto it
style="overflow:auto;"
This will make it so, if it has to be resized, it won't break out of its box.
|