Centering Logo & other stuff

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.
Scam Warning
Locked
virtuosity
Registered User
Posts: 20
Joined: Wed Oct 27, 2010 9:50 pm

Centering Logo & other stuff

Post by virtuosity »

http://graphicsedge.net/forum/

Want to center the logo in the center of #wrap:
"GRAPHICEDGE
Tutorials • Contests • Resources • Photos • Etc."

Also like what I have in the picture
http://img641.imageshack.us/img641/9504/questionsb.jpg
Or
Like this example
http://thisisatest.goo-board.com/index.htm
zenpher
Registered User
Posts: 26
Joined: Fri Jan 30, 2009 3:32 am

Re: Centering Logo & other stuff

Post by zenpher »

virtuosity wrote:http://graphicsedge.net/forum/

Want to center the logo in the center of #wrap:
"GRAPHICEDGE
Tutorials • Contests • Resources • Photos • Etc."

Also like what I have in the picture
http://img641.imageshack.us/img641/9504/questionsb.jpg
Or
Like this example
http://thisisatest.goo-board.com/index.htm
Find:

Code: Select all

#site-description {
float:left;
width: 70%;
}
and and change it to:

Code: Select all

#site-description {
text-align:center;
width:100%;
}
virtuosity
Registered User
Posts: 20
Joined: Wed Oct 27, 2010 9:50 pm

Re: Centering Logo & other stuff

Post by virtuosity »

Alright that helped, it is centered.
Only thing is I want the search bar still in the top right..
I am assuming I have to do template editing to move it back up?

Also do you know how to do any of the other stuff?
zenpher
Registered User
Posts: 26
Joined: Fri Jan 30, 2009 3:32 am

Re: Centering Logo & other stuff

Post by zenpher »

virtuosity wrote:Alright that helped, it is centered.
Only thing is I want the search bar still in the top right..
I am assuming I have to do template editing to move it back up?

Also do you know how to do any of the other stuff?
Yea you can float or do position: absolute; to make the search top right. It's a bit tricker though.

I can't see your forums, so I can't help you with padding.

As for the toggle thing, make a topic in MOD Request. I saw something like that the other day.

EDIT: Do you have a dummy account for me to use? You can't see search without logging in.
virtuosity
Registered User
Posts: 20
Joined: Wed Oct 27, 2010 9:50 pm

Re: Centering Logo & other stuff

Post by virtuosity »

Unfortunately I do not.. I would do it but the guy I partnered with got way impatient and created the forums so everything is under his name.
virtuosity
Registered User
Posts: 20
Joined: Wed Oct 27, 2010 9:50 pm

Re: Centering Logo & other stuff

Post by virtuosity »

Another question...

How do I move the #wrap to the very top of the browser?
zenpher
Registered User
Posts: 26
Joined: Fri Jan 30, 2009 3:32 am

Re: Centering Logo & other stuff

Post by zenpher »

virtuosity wrote:Another question...

How do I move the #wrap to the very top of the browser?
This should do the trick:

Code: Select all

body { padding: 0; }
if not, try this:

Code: Select all

body { padding: 0 !important; }
Regarding the other stuff; If I can't see the element as a guest, I can't give you code to fix it.
virtuosity
Registered User
Posts: 20
Joined: Wed Oct 27, 2010 9:50 pm

Re: Centering Logo & other stuff

Post by virtuosity »

zenpher wrote:
virtuosity wrote:Another question...

How do I move the #wrap to the very top of the browser?
This should do the trick:

Code: Select all

body { padding: 0; }
if not, try this:

Code: Select all

body { padding: 0 !important; }
Regarding the other stuff; If I can't see the element as a guest, I can't give you code to fix it.
Alright thanks.
User avatar
jsoni
Registered User
Posts: 355
Joined: Mon Aug 02, 2010 3:55 pm
Location: Mauritius
Contact:

Re: Centering Logo & other stuff

Post by jsoni »

Which style you are using buddy? can you please tell me?
PM me for phpbb modification
Not phpbb or php master but can help you to gain my knowledge.
On your own risk :)
For graphics and animation PM me.
Forum:http://www.pixelandgrain.in/
virtuosity
Registered User
Posts: 20
Joined: Wed Oct 27, 2010 9:50 pm

Re: Centering Logo & other stuff

Post by virtuosity »

jsoni wrote:Which style you are using buddy? can you please tell me?
PHPBB3 & I think it is ProSilver
User avatar
jsoni
Registered User
Posts: 355
Joined: Mon Aug 02, 2010 3:55 pm
Location: Mauritius
Contact:

Re: Centering Logo & other stuff

Post by jsoni »

virtuosity wrote:
jsoni wrote:Which style you are using buddy? can you please tell me?
PHPBB3 & I think it is ProSilver
No you misunderstood my question I think. May be your style is based on prosilver. But I have asked which style (like CA_Black)
PM me for phpbb modification
Not phpbb or php master but can help you to gain my knowledge.
On your own risk :)
For graphics and animation PM me.
Forum:http://www.pixelandgrain.in/
virtuosity
Registered User
Posts: 20
Joined: Wed Oct 27, 2010 9:50 pm

Re: Centering Logo & other stuff

Post by virtuosity »

jsoni wrote:
virtuosity wrote:
jsoni wrote:Which style you are using buddy? can you please tell me?
PHPBB3 & I think it is ProSilver
No you misunderstood my question I think. May be your style is based on prosilver. But I have asked which style (like CA_Black)
My own style? lol I don't know. I just duplicated & edited ProSilver. I am still working on it though.
Locked

Return to “[3.0.x] Styles Support & Discussion”