Wordpress template help.

Cath

The mean one
Super Member
Registered
Joined
Mar 23, 2006
Messages
8,971
Reaction score
2,298
Age
51
Location
Here. Somewhere. Probably.
Website
blog.cathsmith.net
I've modified a Wordpress template to come up with my blog site.

It uses css positioning, which I have set to % to automatically resize the columns, but what I would dearly love to do is have the whole block centered on the page (at the moment I have a lot of white space on the right - I want that to balance out on left and right).

Try as I may, I cannot figure out how to do that. Any suggestions?
 

JenNipps

Have you JHS today?
Kind Benefactor
Super Member
Registered
Joined
Feb 12, 2005
Messages
3,672
Reaction score
379
Location
south-central Oklahoma
Website
www.jenifernipps.com
When I saw it was a WordPress question, I thought maybe I could help. BUT I have yet to be able to get my head wrapped around anything about CSS so I'm pretty useless again. *s*
 

Deleted member 42

Cath I'm about to go out the door. What do you want to happen when a reader enlarges or shrinks their browser window?

Do you want to adapt, or do you want a fixed size?

But

In your CSS you've got a div called "Container":

#container{
width:100%;
height:100%;
text-align:left;
margin:0;
}


That's the thing to change in the CSS; it holds everything else. I'll mess with trying it later myself, but I'd try this:

http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/index.php