Tagged: Blog, image size
Hi there,
Just starting to set up the blog. We’d like to use the small image, single author layout. We’d like a small (80/80) image next to the title but our image is at the moment on top of the default image and that default image seems to have expanded. Can’t find how to alter this. Help much appreciated.
Please see link in private content
Hey rpl_admin!
Thank you for using our theme.
The default image size on the single blog page ist 180*180px.
You can change it to a smaller size. Put the following in enfold/css/custom.css or Dashboard->Enfold->Styles->Quick-CSS field and adjust the values:
.single-post .single-small .small-preview{
height: 80px !important;
width: 80px !important;
}
Cheers!
Günter
H Gunter, Many thanks for that. It doesn’t seem to have changed though and we’re still seeing the larger image under the one smaller one that we want to show.
Hey!
Replace the code above with the following:
.single-post .single-small.with-slider .small-preview {
height: 80px !important;
width: 80px !important;
}
Regards,
Günter
Many thanks – that seems to have worked.