Maximum Featured Image Height
-
The theme automatically resizes featured images based on it’s “responsive” ability. The result is excessively sized images. I want to set a maximum height of 150px for each featured image, but the theme has no option. I’m not using a child theme, and I don’t want to write to function.php or style.css. I’ve tried this css to no avail:
img.single-featured {
max-height: 150px!Important;
width: auto!Important;
}Any suggestions? I’d hate to change themes just for this, but it’s very important to me! Thanks in advance. Steve
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Maximum Featured Image Height’ is closed to new replies.