top



the problem is your computer screen Wink

It is like that for me too. Don't set the forum width in percent, but a fixed value!

Ok then Happy can you give me how much 80% in pixels? (:

I don't know what your screen width is.

Code:
<script>
$(function() {
  x = window.innerWidth;
  $('#screenWidth')[0].innerHTML=x;
});
</script>
<div id="screenWidth"></div>

For the footer there wasn't width in percent, only the pun, and now its 1010px (:
The script doesn't works

Ok, it's done Smile

You can lock this

[lock]