Someone was able to make a banner/header for my forum. I went to ACP = Themes = Edit Images and then I added the banner/header under "board logo". However, nothing shows up on my forum.
You're using an invalid URL for the image. Try uploading the file to your board's file manager and use that URL instead.
As Cory said ^
Just to add something. In the next release, using our theme editor, you’ll be able to simply upload them.
Cory said:You're using an invalid URL for the image. Try uploading the file to your board's file manager and use that URL instead.
Edit: Okay....it's working now. I don't know what I did. But it's not the same size as what the person made. It's a bit small.
Last edited by Cat_Lady
Change it to the URL you uploaded so we can see what's going wrong.
Right now, the image URL is still an attachment link:
https://forumpromotion.net/attachments/read-1-webp.53947/
Cat_Lady said:But it's not the same size as what the person made. It's a bit small.
Try adding this to your CSS:
div.page-header__logo {
height: auto;
}
If that doesn't work, try this instead:
div.page-header__logo {
height: auto !important;
}