Hi,
I’ve increased the size of the small-preview image in the category-page. Now the upper-corners are still round, but the corners at the bottom are not. How can I change the image attributes so that there are 4 round corners? See the link of the category-page in the private-part.
Regards,
Erwin
Hey erwin_m,
Try adding this to quick css:
a.small-preview{
margin-top:0px!important;
}
This should correct the issue.
Best regards,
Jordan Shannon