Dear Sirs,
Can you please help I am struggling to reduce the blog image on the homepage I have tried everything can you please help.
I want the image to be reduced in size to 180 px by 180 px on the homepage blog summary only. I thought this would be able to be be configured in the front end. Can you please help.
Url is http://www.idesign-websites.co.uk/ and password is giles123
Hey!
Try adding this code to the Quick CSS:
.big-preview.multi-big {
width: 180px !important;
margin: 0 auto;
}
Cheers!
Josue