Hi,
I’ve recently added some code to reduce the size of the featured post image and to set it to have the content wrapped around the image (based on searching through past forum queries). This code has worked perfectly for the post images (see below).
However, it has also reduced the size of the product images, which I didn’t want. Can you please advise how I might fix this?
.x-recent-posts .x-recent-posts-img {
height: 130px;
width: 195px;
float: left;
}
.x-recent-posts-img {
margin: 0 5px 5px 0;
}
.x-recent-posts .x-recent-posts-content {
padding: 15px 10px 0 210px;
}
.x-recent-posts .h-recent-posts {
font-size: 24px;
}
.entry-featured {
position: static;
padding: 0;
width: 200px;
float: left;
margin: 20px 20px 20px 0;
}
Thanks,
Ruth