Best Premium and Free WordPress Themes › Forums › Click › How can I reduce the size of the Featured image on a posting? › Reply To: How can I reduce the size of the Featured image on a posting?
December 2, 2017 at 4:35 am
#22503
Keymaster
Hello ptcruisin,
You are missing dot( . ) before the single
Change
single .single-feat .single-thumb-full img {
width: auto;
}
to
.single .single-feat .single-thumb-full img {
width: auto;
}
Can you please correct it.
Best Regards!