Logo Center and Site Name - Flat Style
Logo Center and Site Name
How can I delete the site name?
How can i center the logo=?
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
Even your profile picture is a duplicate. AmigoJack
-
- Registered User
- Posts: 28
- Joined: Sun Jan 17, 2021 8:52 pm
Re: Logo Center and Site Name
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!)
My "board": iansvivarium.com (yes, it's running phpBB!)
-
- Registered User
- Posts: 1470
- Joined: Fri Dec 12, 2008 9:08 pm
- Location: Manchester, UK
Re: Logo Center and Site Name
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
Even your profile picture is a duplicate. AmigoJack
-
- Registered User
- Posts: 28
- Joined: Sun Jan 17, 2021 8:52 pm
Re: Logo Center and Site Name
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!
-
- Registered User
- Posts: 5
- Joined: Wed Feb 23, 2022 8:15 am
Re: Logo Center and Site Name
Me too!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!
-
- Registered User
- Posts: 14
- Joined: Sun Nov 14, 2021 1:36 pm
Re: Logo Center and Site Name
moffoys wrote:Doesn't work on the 3.3.7 version?.....
This works in 3.3.7:gfryer1 wrote:Me too!
Code: Select all
.headerbar {
text-align: center;
}
.logo {
float: none;
}
.site-description {
display: block;
padding: 0;
}
.site-description h1 {
display: none;
}
.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!)
My "board": iansvivarium.com (yes, it's running phpBB!)
-
- Registered User
- Posts: 1470
- Joined: Fri Dec 12, 2008 9:08 pm
- Location: Manchester, UK
Re: Logo Center and Site Name
I wanted to change website name and this made it work.
-
- Registered User
- Posts: 7
- Joined: Sun Feb 07, 2021 7:54 am