Layout question

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
Claudio
Posts: 6
Joined: Sat Feb 18, 2012 5:12 pm

Layout question

Post by Claudio »

Hay there all,

I'm working on a Q&A selection on our site and have been playing around with the layout :-)
Now i have two questions, to start with <lol>

I have placed a header from our company, but now the loginbox must go lower....and i cant find it :-(
Printscreen below message

Is it pissible to have the collum on the right site below the content?
Printscreen below message

Hope you can help me.

Sorry for my english....but I'm dutch :-)
You do not have the required permissions to view the files attached to this post.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Layout question

Post by Thorsten »

Hi,

please try this in your style.css:

Code: Select all

#content {
    display: table;
    margin: 188px auto 0;
    width: 980px;
}
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Claudio
Posts: 6
Joined: Sat Feb 18, 2012 5:12 pm

Re: Layout question

Post by Claudio »

Hi Thorsten,

Thanks for your quick reaction!

The code you have given me, works for the loginbox, but now on de mainpage is there al lot off space between my header en conent.
I have made a Printscreen becourse of my poor english :-)
You do not have the required permissions to view the files attached to this post.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Layout question

Post by Thorsten »

Hi,

ah, okay... then you have to play with the height for "mainContent" and "content" to fit your needs.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Claudio
Posts: 6
Joined: Sat Feb 18, 2012 5:12 pm

Re: Layout question

Post by Claudio »

Yes, i will try that.....keep my fingers crossed <lol>

And do you know its possible to get the two right tables below the content?
linke printscreen 2
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Layout question

Post by Thorsten »

Hi,

almost everything is possible, you can (and should) change as much as you like in the templates. :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Claudio
Posts: 6
Joined: Sat Feb 18, 2012 5:12 pm

Re: Layout question

Post by Claudio »

I hope so :-)
But can you give me a hint?
Its i guess in the style.css ?
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Layout question

Post by Thorsten »

HI,

it's all in style.css and the template files. Just pure HTML5 and CSS. :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Claudio
Posts: 6
Joined: Sat Feb 18, 2012 5:12 pm

Re: Layout question

Post by Claudio »

i cant find it :-(
Claudio
Posts: 6
Joined: Sat Feb 18, 2012 5:12 pm

Re: Layout question

Post by Claudio »

Thorsten

can you please tell me with what line i must play?
jason102178
Posts: 200
Joined: Tue Nov 02, 2010 9:08 am
Location: United States-Ohio
Contact:

Re: Layout question

Post by jason102178 »

you can try and adjust settings in style.css line 164

Code: Select all

#header h1 {
    font-size: 21px; padding-top: 5px; line-height: .6; }
phpMyFAQ Quality Assurance / Forum Moderator
Amazon.com Wishlist
Post Reply