Header logo CSS

Report forum problems or make suggestions for changes in configuration.
Post Reply
User avatar
Zoroark
Posts: 69
Joined: Mon Jan 12, 2026 2:10 am
Location: Henderson, Nevada
Has thanked: 69 times
Been thanked: 45 times
Contact:

Header logo CSS

Post by Zoroark »

I've noticed the title bar logo is only showing the upper-left corner. Here's a small fix for it in colours.css:

Code: Select all

.site_logo {
	background-image: url("./images/site_logo.svg");
	background-size: contain;
	background-position: center;
}
eBird Profile
ABA Life List: 551 • Most Recent: Rufous-crowned Sparrow, Short-billed Gull, Yellow-chevroned Parakeet
User avatar
Greyhawk
Site Admin
Posts: 183
Joined: Tue Jan 06, 2026 11:51 am
Location: North Texas
Has thanked: 52 times
Been thanked: 95 times
Contact:

Re: Header logo CSS

Post by Greyhawk »

Zoroark wrote: Sun Feb 01, 2026 10:45 pm I've noticed the title bar logo is only showing the upper-left corner. Here's a small fix for it in colours.css:
I hadn't even seen the change because I didn't clear my cache.

I'll probably find something I like better eventually, but your fix makes it display properly.

Thanks!
User avatar
aveschapinas
Posts: 38
Joined: Wed Jan 07, 2026 4:47 pm
Location: Quetzaltenango, Guatemala
Has thanked: 54 times
Been thanked: 52 times

Re: Header logo CSS

Post by aveschapinas »

Greyhawk wrote: Mon Feb 02, 2026 5:55 am
Zoroark wrote: Sun Feb 01, 2026 10:45 pm I've noticed the title bar logo is only showing the upper-left corner. Here's a small fix for it in colours.css:
I hadn't even seen the change because I didn't clear my cache.

I'll probably find something I like better eventually, but your fix makes it display properly.

Thanks!
I like the logo!
User avatar
Greyhawk
Site Admin
Posts: 183
Joined: Tue Jan 06, 2026 11:51 am
Location: North Texas
Has thanked: 52 times
Been thanked: 95 times
Contact:

Re: Header logo CSS

Post by Greyhawk »

aveschapinas wrote: Fri Feb 20, 2026 5:25 pm I like the logo!
Well, it's certainly better than that huge phpBB self-advertisement.

:D
Post Reply