Home Forums WoodMart support forum Single post featured picture Reply To: Single post featured picture

#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.