Flat Style

Logo Center and Site Name - Flat Style

Logo Center and Site Name

by Raptiye » Mon Jan 18, 2021 11:21 am

How can I delete the site name?
How can i center the logo=?
"No, because then you would copy it and I don't want that. I'm sure you understand that."
Even your profile picture is a duplicate. AmigoJack :lol:
Raptiye
Registered User
Posts: 28
Joined: Sun Jan 17, 2021 8:52 pm

Re: Logo Center and Site Name

by eeji » Mon Jan 18, 2021 9:35 pm

Add to the bottom of flat.css, upload to your server, clear the cache in your ACP

Code: Select all

.header-bar {
	text-align: center;
}

.logo {
	float: none;
}

.site-description {
	display: none;
}

My phpBB styles: phpbbstyles.iansvivarium.com
My "board": iansvivarium.com
(yes, it's running phpBB!)
User avatar
eeji
Registered User
Posts: 1470
Joined: Fri Dec 12, 2008 9:08 pm
Location: Manchester, UK

Re: Logo Center and Site Name

by Raptiye » Mon Jan 18, 2021 9:44 pm

eeji wrote:Add to the bottom of flat.css, upload to your server, clear the cache in your ACP

Code: Select all

.header-bar {
	text-align: center;
}

.logo {
	float: none;
}

.site-description {
	display: none;
}


Thanks worked.
"No, because then you would copy it and I don't want that. I'm sure you understand that."
Even your profile picture is a duplicate. AmigoJack :lol:
Raptiye
Registered User
Posts: 28
Joined: Sun Jan 17, 2021 8:52 pm

..

by tbyun » Sun Nov 07, 2021 9:23 pm

.
tbyun
Registered User
Posts: 57
Joined: Sat Oct 30, 2021 8:19 pm

Re: Logo Center and Site Name

by moffoys » Fri May 06, 2022 9:36 am

Doesn't work on the 3.3.7 version? Logo is not center. I need the logo and the description center and the description under the logo (center). thank you so much for this nice theme!
moffoys
Registered User
Posts: 5
Joined: Wed Feb 23, 2022 8:15 am

Re: Logo Center and Site Name

by gfryer1 » Sat Jun 04, 2022 7:08 pm

moffoys wrote:Doesn't work on the 3.3.7 version? Logo is not center. I need the logo and the description center and the description under the logo (center). thank you so much for this nice theme!
Me too!
gfryer1
Registered User
Posts: 14
Joined: Sun Nov 14, 2021 1:36 pm

Re: Logo Center and Site Name

by eeji » Sun Jun 05, 2022 12:36 pm

moffoys wrote:Doesn't work on the 3.3.7 version?.....
gfryer1 wrote:Me too!
This works in 3.3.7:

Code: Select all

.headerbar {
	text-align: center;
}

.logo {
	float: none;
}

.site-description {
	display: block;
	padding: 0;
}

.site-description h1 {
	display: none;
}
Omit the .site-description h1 part if you still want the board name to be displayed.
My phpBB styles: phpbbstyles.iansvivarium.com
My "board": iansvivarium.com
(yes, it's running phpBB!)
User avatar
eeji
Registered User
Posts: 1470
Joined: Fri Dec 12, 2008 9:08 pm
Location: Manchester, UK

Re: Logo Center and Site Name

by eipwlamzq » Mon Jun 06, 2022 9:26 pm

I wanted to change website name and this made it work.
eipwlamzq
Registered User
Posts: 7
Joined: Sun Feb 07, 2021 7:54 am