Im just wondering how i can make the image size of some of the widgets the same size? I have a RECENT POST widget and the PRODUCTS widget for my sidebar and the image sizes are different as in the image i have attached. Where can i look to edit the dimensions of these images so that i can make them the same size. Thank you.
Comments
I think best result, in this case, you will get by improving posts image by custom CSS:
.widget_about_posts .thumb {It will be square but same width as shop images so it will be visually much better.height: 80px;
width: 80px;
margin-right: 20px;
}
With regards and have a good weekend.
and where can i edit the css to fix the width of the products image size?
Hover effect - use this custom CSS: With regards.