Tagged: image sizing
See http://173.254.96.214/~vicautor/
Under the black title section you will see 3 featured services: Auto Repair, Body Repair and Fleet Maintenance.
All 3 images for those are the exact same size, but the last image (fleet maintenance) is slightly taller than the others. Can you help me get it the same size as the first 2?
FYI, I am using some custom CSS to shrink the default space the theme apparently placed above h2, at least in the text columns widgets, w hich the images and the text below them is in.
Thanks,
Rob
Hi robphat!
use this code in Quick CSS field:
img.wp-image-147.size-full.aligncenter {
height: 135px;
}
Best regards,
Andy
Thanks. I actually changed the image and problem went away.