Built in Blog Images Not Responsive in Multithemes Old Page?

Hello!

I’ve been using RapidWeaver 5.4 and love it. I am also using the Old Page Theme by Multithemes. The theme is supposed to be responsive and it is for everything on the website except the images on the built in blog. The images are all there, not cut off, but they go off to the side and you have to scroll to see it all. If you turn phones to the side, everything looks wonderful, but they do not adjust vertically.

The main page of the blog works fine, it’s each individual blog that does not respond.

Here is the main page:
http://www.wheretothistime.com/blog/index.html

And one of the posts:
http://www.wheretothistime.com/blog/files/flashback-currumbin.html

Any help would be very much appreciated as this is frustrating. Am I just missing a setting or do I have to look into a different way to do the blog?

Thanks so much!
Rebecca

Please add following CSS:

img {
max-width: 100%;
height: auto;
}

4 Likes

Thank you thank you and did I say thank you??!!! It worked!! There had to be a simple solution! You have just done your really good deed for the day as I was very frustrated!

3 Likes