MyBB Community Forums

Full Version: Make Image Attachment Look Better
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
 I did a bit edit on the Attachment Image to make it look slightly better. In the hacks, I aligned the attachment image to center plus border radius edit. See live example @ http://sajforum.com/t-asari-dokubor-issues-threat

Go to Admin Panel > Themes > (Theme name) > Edit global.css in advanced mode  and paste this on the buttom of the code.

img.attachment {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 8px;
transition:all 0.3s ease;
}