I’m looking for a 3 column theme like the one under the hyperlink. Problem: I want to have it in 1024 .. where the content is around 550 / 600 px .. anyone hints / tips how to adjust this theme this way?
I’m looking for a 3 column theme like the one under the hyperlink. Problem: I want to have it in 1024 .. where the content is around 550 / 600 px .. anyone hints / tips how to adjust this theme this way?
#content {
width: 960px;
margin: 0px auto 0px;
padding: 0px;
}
I noticed this. There is a width of 960px. That would be enough for 1024px, but if you mean the whole site in 1024px width, you could place another div around the rest and styke it with a width of 104px.
If you have any questions, you can mail me at mike@mikevanhoenselaar.nl, thats works a lot easier.
ok 104 = 1024 but you get the message…good luck.