Hi,
Can you post the link to your website please?
Regards,
Josue
http://www.floridaspecialtycropfoundation.org/imagesamples/
it’s currently in coming soon mode so you can login as username enfold and pw preview to see the page…
when I noticed it was displaying 300 pixel images as 310 pixels, I figured that was the cause. I couldn’t figure out how to stop that, so instead I changed default medium image size to 310 pixels wide and re-uploaded image, but that didn’t help…
Hey!
Yeah that’s the source of the problem, try adding this code to the Quick CSS:
#top .wp-caption img {
padding: 0;
margin: 0 auto;
width: auto !important;
padding-top: 4px;
}
Cheers!
Josue
This seems to be the solution- thanks!!
You are welcome, glad to help :)
Regards,
Josue