You can see it on your template demo, reduce the size to 800x600 pixels of visible portion

UPD: This happens in all browsers, Firefox 3.6, Opera 10.6, Safari 5, IE8
Only Opera tries to resolve this but unfortunately makes it closing the content of the right side.
I would also like to know:
I use the left column for modules, between the column and mainbody there is padding with a value of 24 pixels
- Code: Select all
.main .inner.cright-col {
padding-right:24px !important;
at the same time already is a rule with padding:12 pixels
- Code: Select all
.main .inner {
padding:12px;
is it really necessary to have 24px? It takes up useful space on a narrow template.
