Re: Make [img] Stack Horizontally
Reply #5 –
Looks like you have an older version of that themes CSS files ... the quick fix is to edit that themes index.css file ... around line 685 you will find
.bbc_img {
display: block;
border: 0;
max-width: 100%;
}
remove that display: block line