Site logo

Archived topic

Customize Feature image

3 replies · Started by John on December 7, 2020

Viewing posts 1–4 of 4

Hi there,

try adding this CSS:

@media(min-width: 769px) {
    .single.post-image-above-header .featured-image {
        float: right;
        margin: 10px 0 40px 40px !important;
        max-width: 300px;
    }
    .single.post-image-above-header .entry-content {
        margin-top: 0;
    }
}

Then go to Customizer > Layout > Blog --> Featured Images >>> Posts and set the Media attachment size to Medium-Large - this will stop the browser from requesting the full size image.

Works great. Thanks

Glad to hear that!

This archived topic is closed to new replies.