How to change width in 2.5alpha

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

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

How to change width in 2.5alpha

Post by R0CKY »

How do you change the display width in v2.5 alpha?

I tried changing the wrapper width in style.rtl.css but it didn't work...?

Code: Select all

#wrapper1 {
   min-width: 710px;
   max-width: 1200px;
}
#wrapper1, #wrapper2 {
   margin: 0px;
   padding: 0px;
}
Thanks.
Rocky.
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

what values do you use now?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
R0CKY
Posts: 62
Joined: Mon May 19, 2008 9:18 pm

Post by R0CKY »

Hi

http://www.agr-s.com/faqs/index.php

Code: Select all

#wrapper1 {
   min-width: 710px;
   max-width: 750px;
}
#wrapper1, #wrapper2 {
   margin: 0px;
   padding: 0px;
I'm trying to get a centred 750px FAQ.

Thanks.
Rocky.
Post Reply