Home › Forums › Iconic One Pro Support › Remove "Read more" from posts › Reply To: Remove "Read more" from posts
September 24, 2013 at 12:18 pm #813
Themonic-Support
Keymaster
Do you want your featured image smaller and aligned to the left? try this:
Paste the following code in the custom.css or in the style.css of child theme
.attachment-post-thumbnail.wp-post-image {
float: left;
margin-bottom: 3%;
margin-right: 2%;
max-width: 50%;
}