Centering FAQ?

You made an own skin or theme for phpMyFAQ. You can share it here with others!

Moderator: Thorsten

Post Reply
R0CKY
Posts: 62
Joined: Mon May 19, 2008 9:18 pm

Centering FAQ?

Post by R0CKY »

I'm having some difficulty trying to figure out how to centre the FAQ.

It's all of to the left at the moment http://www.ghostrecon.net/faq-208/

And when I try to centre it it by using a center tag in the wrapper css, all that happens is that all the text gets centered in it's column, the actual page is still way off to the left.

Where do I need to put a center tag that will put the FAQ in the middle of the page, but leave all the text left justified?

Thanks.
Rocky.
Karpfen
Posts: 28
Joined: Sun Apr 02, 2006 9:02 pm

Post by Karpfen »

you must something change in the style.css

/**
* Main wrapper around the div containers
*/
#wrapper1 {
min-width: 710px;
max-width: 1200px;
}
#wrapper1, #wrapper2 {
margin-left: auto; /** neu - bewirkt zentrierung*/
margin-right: auto; /** neu - bewirkt zentrierung*/
padding: 0px;
/**margin: 0px;
padding: 0px;*/
}

><}}}}°>
R0CKY
Posts: 62
Joined: Mon May 19, 2008 9:18 pm

Post by R0CKY »

I got it.

1. Align all the text first
2. Align wrapper 1 center.

http://www.ghostrecon.net/faq-208/

I aligned left column text o the left an the right column text to the right.
Rocky.
Post Reply