Hello,
I've just upgraded to version 3.3 of phpBB and I've noticed a change on how my forum name and description are now displayed.
In the past version of Orange BBEs. these were centered at the top of the screen.
Right now, they are left-aligned and are flush with the forom logo.
Can you please tell me what to do so that they are centered again?
With my anticipated thanks,
Henry
How to center forum title and description - Orange BBEs
-
- Registered User
- Posts: 368
- Joined: Sun Jun 27, 2010 8:59 pm
- Location: Barranquilla (Colombia)
- Name: Henry
Re: How to center forum title and description
Hello,
Did I ask for "Mission: Impossible" in my request?
Did I ask for "Mission: Impossible" in my request?

-
- Registered User
- Posts: 368
- Joined: Sun Jun 27, 2010 8:59 pm
- Location: Barranquilla (Colombia)
- Name: Henry
Re: How to center forum title and description
Hello,
That "inherits" from prosilver style, I have not made these changes.
Open Orange_BBEs/theme/stylesheet.css file, in the end.
Add:
Purge cache.
Best regards.
That "inherits" from prosilver style, I have not made these changes.

Open Orange_BBEs/theme/stylesheet.css file, in the end.
Add:
Code: Select all
.site-description {
float: none;
width: auto;
text-align: center;
}
Best regards.
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003 
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
-
- Style Customisations
- Posts: 11148
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: How to center forum title and description
Hola Raul,
Best regards,
Henry
I followed your instructions and that did the trick! Many thanks!Raul [ThE KuKa] wrote:Hello,
That "inherits" from prosilver style, I have not made these changes.![]()
Open Orange_BBEs/theme/stylesheet.css file, in the end.
Add:Purge cache.Code: Select all
.site-description { float: none; width: auto; text-align: center; }
Best regards.
Best regards,
Henry
-
- Registered User
- Posts: 368
- Joined: Sun Jun 27, 2010 8:59 pm
- Location: Barranquilla (Colombia)
- Name: Henry