Ah yeah, if you're using the import installation then it would be fixed when I pushed the update to the main theme. I was expecting to do more testing before I pushed it out, but Shishio got back to me pretty quick. Glad it's fixed.
MAL made some changes (and is still making them actually, so your situation may have already changed), so the icons are having some troubles. I have an experimental fix for this if you want to give it a go. First, add this to the top of your code. It must be above everything else.
Imgur doesn't make it very clear, but you need to copy the direct image to the link instead of the album link. You'll know it's the direct link because when you visit it the only thing that will display is the image, and the URL will generally end in a file extension such as .png or .jpg. You can generally find this URL by right clicking on the image after uploading and selecting "Copy image address/URL/Location/Link" (varies by browser). Try it with this URL: https://i.imgur.com/hUXovWj.jpeg
If the goal is to have them in perfect alignment at all times (including scrolling), the easiest option would be to simply hide the banner, allowing the background image underneath to display.
#cover-image {
visibility: hidden;
}
But the above will make for a darker image if you have background dimming on. So, if you want the banner to remain a bit brighter than the background, you could use this instead. It uses URLs instead of the default image uploader because it's not possible with the default uploader.
I have to assume you mean the banner on the "Brink" design which is on your animelist right now. However, I don't see any banner image, nor do I see a background image. Unless you are using the same image for both the banner and background or some combination of banner and background that are meant to pair together seamlessly, there shouldn't be any need or problem with aligning them to each other. Thus, I need the exact images you are trying to align and a detailed description of the exact end result you are trying to accomplish to help you.
Also, you should be aware that lists are designed in CSS, not BBCode. BBCode is forum only and controls things like [b]bold text[/b], where-as CSS is what can customize designs. If you refer to CSS as BBCode you are prone to cause misunderstandings.
All Comments (10) Comments
Then, add this below the main theme code.
But the above will make for a darker image if you have background dimming on. So, if you want the banner to remain a bit brighter than the background, you could use this instead. It uses URLs instead of the default image uploader because it's not possible with the default uploader.
I have to assume you mean the banner on the "Brink" design which is on your animelist right now. However, I don't see any banner image, nor do I see a background image. Unless you are using the same image for both the banner and background or some combination of banner and background that are meant to pair together seamlessly, there shouldn't be any need or problem with aligning them to each other. Thus, I need the exact images you are trying to align and a detailed description of the exact end result you are trying to accomplish to help you.
Also, you should be aware that lists are designed in CSS, not BBCode. BBCode is forum only and controls things like [b]bold text[/b], where-as CSS is what can customize designs. If you refer to CSS as BBCode you are prone to cause misunderstandings.
I GINTAMU GLEDA
Jebeno