I just added a header image to my forum and thought all was good but not so…
Here’s what the site looks like without the image:
Here’s what the site looks like with the image:
As you can see, the avatars are huge. This is likely due to my undoubtedly crappy html. Here’s the code I used in the “After Header” section (desktop and mobile devices):
<style>
img {
width: 100%;
height: auto;
}
</style>
<img src="https://www.dropbox.com/s/wtwkcf2jidfd92r/single-track-bc-
header.jpg?raw=1" style=padding-bottom:18px; alt="Single Track BC header
image">
I have put a band-aid on it for now by hiding the users
(.topic-list .posters {display: none;}
but for some reason it only works with the Desktop css, not the Mobile css.
Any pointers as to where I went wrong?