can we use quick css to make the small-preview picture(on the left) bigger on the blog list?
and the content go a little to right, to give the space to left picture?
please refer to the attached link and pictures in private content.
Hey paulchiao,
Please try the following in Quick CSS under Enfold–>General Styling:
.small-preview {
width: 130px !important;
height: 130px !important;
}
Best regards,
Rikard
thanks it works well