I have images that I want to display at 845X562 on my single blog post page. The container has a size limit of 800px. The actual post image is throttling back to 800X335
http://fritzimages.com/blog/2014/remote-capture-digital-photography/23482/
Can you please provide CSS to change containor size ?
Image: img src=”http://fritzimages.com/blog/wp-content/uploads/2014/08/birds-1210X805-20140730-777-NY-Summer-Birds-R4-Noise-845×562.jpg” alt=”FritzImages | Remote capture digital photography | image name = birds 1210X805 20140730 777 NY Summer Birds R4 Noise 845×562
thanks
Hey Ed!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 845px; }
Cheers!
Yigit
Thanks a lot, that did the trick !!