Hi
I am trying to find the way to set the Category Image.Size for a list Category View
In Settings > Frointend Settings > Category/All Vehicle Layout Settings I have set both vehicle List and Vehicle Gallery Layout Image settings to 400px wide by 300 px high but the picture on the front-end is being controlled by something else.
The result is shown in pic 1 on thew attached doc
When I use 'Inspector' to look at the controls on the page it shows that
#list img.little {
height: 300px;
width: 400px;
}
is being overwritten - see Pic 2 on the attached doc
Can you tell where to look to correct this please?
Cheers