I'm on 1024x768. Here's a screenshot:
http://i.imgur.com/9NBit.png
http://i.imgur.com/9NBit.png
sidorak95 said:I'm on 1024x768. Here's a screenshot:
http://i.imgur.com/9NBit.png
Skill said:sidorak95 said:I'm on 1024x768. Here's a screenshot:
http://i.imgur.com/9NBit.png
You have low resolution mate, I'll try to make it work properly for every resolution.
reGi said:Skill said:sidorak95 said:I'm on 1024x768. Here's a screenshot:
http://i.imgur.com/9NBit.png
You have low resolution mate, I'll try to make it work properly for every resolution.
I just checked out the code with firebug again, and saw in you got this:
#content {
margin-left:600px;
margin-right:600px;
}
remove both those and add
margin:0 auto;
width:800px;
That should look pretty good.