Quote:
Originally Posted by hotwheels
quick question, i just installed your mod (which is kewl), but i noticed that the page doesn't exactly center itself. I think it has to do with the size of the centerbox alignment, but not sure.
I attached an image so if you have time, you can look at it and tell me what you think.
thanks, hotwheels
|
Um.. that's right. Has to do with the size of the blog and the resolution.
Please try this.
In the "BLOG" template, change
Quote:
#customize_content {
vertical-align: top;
}
|
TO
Quote:
#customize_content {
width: 100%;
vertical-align: top;
}
|