Modifying the Featured Image in Masonry Blog view
Hi there,
I would like to make two changes to the Featured Image that appears in the Masonry Blog view.
- Center Align the image
- Vertical Align the image, and crop to 300px (removing the top and bottom of the image)
How would I go about doing this?
Comments
what is the link to page where you want to do this?
1. So to align the image, please use the following css: 2. You can not align the images vertically but if you want to crop images and change their sizes, you must play with functions/theme-functions.php file where add_image_size() functions are.