Blog page not reponsive

I’ve built a wordpress theme using 320press framework which uses bootstrap. All the site is responsive except for images on sidebar pages such as http://stevanbarry.com/dan-wp/blog/ and http://stevanbarry.com/dan-wp/portfolio/ which use jetpack custom post types.

I’ve taken out the added css classes from jetpack and blogstomp a service used to power the blog but to no avail!

If anyone has any ideas it would be really appreciated.

Add this to your stylesheet:

img{max-width: 100%;} 

It’s still technically responsive, but what’s happening is that your images are larger than the container and so bloats the document width larger than the window.

2 Likes

Thanks this works perfectly.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.