Reply To: featured image in post

Home Forums Iconic One Pro Support featured image in post Reply To: featured image in post

#688

We don’t usually support customizations of this kind.

For your case this should help you.

Paste this code in the custom.css

.attachment-post-thumbnail.wp-post-image {
    float: left;
    margin-bottom: 3%;
    margin-right: 2%;
    max-width: 50%;
}

Let me know if it works for you.