Orange BBEs

How to center forum title and description - Orange BBEs

How to center forum title and description

by Darloup » Fri Feb 05, 2021 9:32 pm

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
User avatar
Darloup
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

by Darloup » Sun Mar 07, 2021 12:31 am

Hello,

Did I ask for "Mission: Impossible" in my request? :mrgreen:
User avatar
Darloup
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

by Raul [ThE KuKa] » Mon Mar 08, 2021 7:56 pm

Hello,

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;
}
Purge cache.

Best regards.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
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

by Darloup » Tue Mar 09, 2021 3:06 am

Hola Raul,
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:

Code: Select all

.site-description {
    float: none;
    width: auto;
    text-align: center;
}
Purge cache.

Best regards.
I followed your instructions and that did the trick! Many thanks!

Best regards,

Henry
User avatar
Darloup
Registered User
Posts: 368
Joined: Sun Jun 27, 2010 8:59 pm
Location: Barranquilla (Colombia)
Name: Henry