THT Community

Full Version: How can I fix width and align it in center?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

It would be my pleasure if I got a solution of my problem here. I trying to integrate THT with my main site but facing problem to fix width in 963px.
My header width is 963px and it is align in center, So I wanted to make reloaded themes body 963px in center. How can I do that? I attached a screenshot with this thread please see and help me out of this problem.

Thanks[attachment=181]
Hello, I think this should work.

In Style.css
Find:

#wrapper {
margin: auto;
width: 80%;
}

Change to:

#wrapper {
margin: auto;
width: 963px;
}

Cheers!
Thank you sameone I did it from your tells, problem gone.

Cheers!
What we want to do here is create a fixed width center column in CSS whose side columns ... body { text-align: center; margin: 5em 0 0 0; vertical-align: middle; } .