Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I fix width and align it in center?
#1
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    
Reply
#2
Hello, I think this should work.

In Style.css
Find:

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

Change to:

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

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

Cheers!
Reply
#4
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; } .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)