When using forum images, if the image is fairly big it breaks the layout when the screen is minimized.
This can be easily fixed by adding this small line of code to content.css file.
.forum-image img {
|
max-width: 100%; |
}
|