Foren / Cotonti / Support / How to make website wider?

redscar
#1 3. September 2009, 01:16
I want to make my website wider, at the moment its 800pixels wide, but I have no idea how to make it any bigger then that. Can you explain what I need to do, and what files I need to edit (images etc etc)
Lombi
#2 3. September 2009, 02:11
You need to play with your CSS. Looks like you already have so why not adjust the width? Find the spec that says 800px and go from there.
<a href="http://www.domenlo.com">Surreal Art</a>
redscar
#3 3. September 2009, 02:29
My problem is that, I did try to do that, but when I tried to figure out which numbers to change the forums didn't stretch and pretty much had an ugly blue rectangle on the right side of it. I'll go play with it now and post questions when I get stuck.
Lombi
#4 3. September 2009, 02:40
Most of your problem is css-based and not cms-based so you might be better off asking this on a css-related forum (what i mean is more helpful and insightful answers)

Hope you figure it out. Lots of nested divs in that skin of yours :)
<a href="http://www.domenlo.com">Surreal Art</a>
redscar
#5 3. September 2009, 02:48
Yea, I only asked because I was roadblocked.. and had no idea where to go V.V but you definitely did help me.

Added 3 hours 22 minutes later:

Im having a problem with my forum posts now, they are WAY to wide and I have absolutely no idea how to fix it. Let me post a screenshot to show you what it looks like.

Dieser Beitrag wurde von redscar (am 3. September 2009, 06:23, vor 14 Jahre) bearbeitet
orestes
#6 3. September 2009, 14:46
Don´t use pixels. Use %.

Replace all the 800px to 100% (or better: 98%). This way all the sizes are relative to the screen size and the containers and you will avoid a lot of the border overflows.
orestes
redscar
#7 4. September 2009, 02:30
# orestes : Don´t use pixels. Use %.

Replace all the 800px to 100% (or better: 98%). This way all the sizes are relative to the screen size and the containers and you will avoid a lot of the border overflows.
I just tried doing that, and honestly it made it worse. At the moment I just want to fix the forum problem because I'm frustrated with it.
AerialAngel
#8 4. September 2009, 03:25
If the site is 1000px then the bodies of everything else should be 20px less making it 980px. Or at least thats how it seems to work on my site.

if you wish redscar you could send me your CSS and tell me how wide the site should be and ill see if i can make everything fall nicely into place
redscar
#9 4. September 2009, 03:50
Ha, I fixed it! Apparently I changed the size in a different file... (which I don't remember doing).. go figure.. anyway thanks for the help guys!