Hello,
I’m trying to increase the image size of the latest products im the Footer widget.
the images in the third column should be displayed with a size of 80 x80 px.
to the right, there should be the product name and pricing directly below (no gap!)
I’ve tried this for the image sizing…. but no luck…
ul.product_list_widget li img {
float: right;
margin-left: 1px;
margin-right: 0px;
width: 80px;
padding: 1px;
height: auto;
}
can you help please?
Cheers Jutta