fix forum css for larger image
Posted: Thu Mar 13, 2014 7:32 pm
I found this interesting css tweak:
I know nothing of css
There's an even easier one
Open common.css in the theme folder and add this code to the "img" class
so, the whole thing should be...Code: Select all
max-width: 100%;
Then refresh the theme in the styles tabCode: Select all
img { border-width: 0; max-width: 100%; }
I know nothing of css