Home › Forums › Theme support › Image Stretching Parador Theme › Reply To: Image Stretching Parador Theme
Hi,
yes, saw it on your website, you can solve this with css. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content (textarea) and insert this code:
a img {
width:auto;
}