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)