Reply To: Remove "Read more" from posts

Home Forums Iconic One Pro Support Remove "Read more" from posts Reply To: Remove "Read more" from posts

#813

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%;
}