Hey guys,
I’m currently running the most updated versions of both the theme and wordpress. I’m noticing an issue with the ‘Recent Posts’ widget in which the thin grey box that surrounds the preview image isn’t surrounding the image correctly. Also, some of the preview images seem to get cut off randomly.
This can be seen here: http://aaacampus.aaa.biz/aaa-institute-login/
Thanks,
Tom
Hey tmunz!
Add this on Quick CSS:
.image_size_widget .news-thumb img {
width: 36px;
max-height: 28px;
}
Best regards,
Ismael
Hey Ismael,
Thanks for the quick response. That ended up squishing the images vertically a bit, but I set the width at 28px as well to maintain the aspect ratio and that worked, thanks!