|
How can I fix width and align it in center?
|
|
11-15-2010, 03:11 PM
Post: #1
|
|||
|
|||
|
How can I fix width and align it in center?
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 |
|||
|
11-15-2010, 05:25 PM
Post: #2
|
|||
|
|||
|
RE: How can I fix width and align it in center?
Hello, I think this should work.
In Style.css Find: #wrapper { margin: auto; width: 80%; } Change to: #wrapper { margin: auto; width: 963px; } Cheers! |
|||
|
11-16-2010, 03:17 PM
Post: #3
|
|||
|
|||
|
RE: How can I fix width and align it in center?
Thank you sameone I did it from your tells, problem gone.
Cheers! |
|||
|
06-18-2011, 06:17 AM
Post: #4
|
|||
|
|||
|
RE: How can I fix width and align it in center?
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; } .
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)




