Home › Forums › Iconic One Pro Support › featured image in post › Reply To: featured image in post
September 14, 2013 at 3:49 pm #688
Themonic-Support
Keymaster
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.