Changing the width of the site?

quatro

New Member
Hi guys, I'm just wondering if anyone would be able to help me change the width of my site? It's a Joomla template. I have attached the .css file so if you don't mind having a look and trying to change the width of the whole site. Any help would be very much appreciated! :D
(By the way I had to change it from .css to .txt so I could attach it.)

Thanks!
 

Attachments

  • site.txt
    11.2 KB · Views: 46

Pheno

New Member
css without the html is a bit hard to interpret :) Can you post a link to a demo of the template you're using? That would make it easier.

I'm guessing the 3 occurrences of width: 960px is what you need to change, but it probably won't be as simple as that.
 

d a v e

New Member
btw don't forget to size your images properly in a graphics application (not in the html) and the header should be a gif or 8-bit png, not a jpeg because it has a simple image, not a photo ;)

edit: these lines in the template css
.main { width:960px;margin:0 auto; }
.top { margin:0 auto;width:960px;height:38px}
 
Last edited:

quatro

New Member
instead of changing the width of the whole site, how would I change the size of the header and logo.

It doesn't seem to work properly when I change the pixels of the image so i'm guessing it's in the coding?

What line do I need to change to make that happen for both the header and footer??

Thanks!!
 

d a v e

New Member
i didn't tell you to change the width of the images
i told you to change these lines in the template css
.main { width:960px;margin:0 auto; }
.top { margin:0 auto;width:960px;height:38px}
 
Top