WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.1K

To add a banner to your sub you can now use the following in your sub's stylesheet

.subbanner { background-color: #000 !important; background: url(%%mybanner%%) no-repeat center/contain; width: 100%; height: 234px; }

.subbannerm { background-color: #000 !important; background: url(%%mybanner%%) no-repeat center/contain; height: 4.05em; width: 100%; margin-bottom: -0.1em; margin-top: -0.3em; }

.submenumargin { padding-top: 3em !important; }

Replace 'mybanner' with the image name you have uploaded.

To match the current values your banner must be 1150 × 234 pixels

.subbanner is for desktop banner

.subbannerm is for mobile banner

Check or for a preview

To add a banner to your sub you can now use the following in your sub's stylesheet `.subbanner { background-color: #000 !important; background: url(%%mybanner%%) no-repeat center/contain; width: 100%; height: 234px; }` `.subbannerm { background-color: #000 !important; background: url(%%mybanner%%) no-repeat center/contain; height: 4.05em; width: 100%; margin-bottom: -0.1em; margin-top: -0.3em; }` `.submenumargin { padding-top: 3em !important; }` Replace 'mybanner' with the image name you have uploaded. To match the current values your banner must be 1150 × 234 pixels .subbanner is for desktop banner .subbannerm is for mobile banner Check /s/testsub or /s/PaddysPub for a preview

(post is archived)

[–] 0 pt

Done ;)

[–] 1 pt

Thanks! I'm on a laptop and was wondering why it isn't centered. I made it 3880 x 234. It's no big deal though.

[–] 0 pt

That's because for it to be centered the browser must be in fullscreen on a 4K display.

I moved the content of the banner to the left side so it will always show up (even on mobile), no matter the size of the viewport.

[–] 1 pt

I knew you would know. I think it looks good and thanks for doing it.

My programming, not "coding", skills were BASIC and COBOL from back in the early '70's. Technology has left me in the dust.