Home › Forums › WoodMart support forum › Single post featured picture › Reply To: Single post featured picture
July 4, 2019 at 5:43 pm
#131388
BitM
Participant
Hello,
I’ve searched trough css of woodmart and compiled a css which will make featured images smaller in single post\blog.
Copy this into “Custom CSS” tab in woodmart options (Adjust “width” % to your liking)
.post-single-page .woodmart-lazy-load {
width: 67%;
height: auto;
}
Hope you will find this useful.