Images still stretched out
This support request was posted in BBQ by sapeniston
- sapeniston May 20, 2014 at 11:34 pm
I’m having problems with images being stretched out on Home page, and followed your instructions here: http://nicethemeswp.com/2013/10/upcoming-changes-goodbye-timthumb/ .
I, then, regenerated thumbnails, checked the “WP resize Cropping” box, but I’m still having image stretching problems. I can’t figure out what I’m doing wrong! Plugins are disabled (except for Regenerate Plugins).I’m using
Framework version: 1.1.4
BBQ theme version: 1.1.7You will see the problem in the “Tasty” info box, green checkmark graphic.
Thanks,
SarahJuanfra Aldasoro May 21, 2014 at 1:13 pmHi Sarah,
I hope you’re doing well.
Actually the image over the “Tasty” infobox is looking stretched because of a CSS rule. The original theme is meant to have only text in the infobox description, so there’s a rule for the infoboxes images to have a certain width.
You can try adding the following CSS, and it should be resolved:
.infobox .entry-excerpt img{ width: auto; }
Please check the documentation on how to add custom CSS:
http://nicethemeswp.com/support/theme-docs/bbq/#custom-cssBest,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.