CSS For Composite Images
-
Hello, I’m trying to use the following CSS to adjust the size of the images as they appear in the composite list on the product page.
.wooco_component_product_image img {
width: 110px;
height: auto;
}However, it’s not working for the first product image in the composite list but works great for the next image or the next two images. I can’t figure out how to get the first image to be affected at the same time.
I am using HTML select tag and showing product images.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS For Composite Images’ is closed to new replies.