Site logo

Archived topic

How to make featured images without space ?

6 replies · Started by Fajri on May 9, 2022

Viewing posts 1–7 of 7

up

Hi there,

sorry your other topic slipped past our system.
Go to Customizer > Layout > Blog --> Featured Images and uncheck Display Padding around Image.

Try adding this CSS:

#main .generate-columns-container .post .inside-article {
    padding-top: 0;
}
#main .generate-columns-container .post .inside-article .post-image img {
    margin-left: -30px;
    margin-right: -30px;
    width: calc( 100% + 60px );
    max-width: unset;
}

Great!
Did the features has been remove ?
I must add the code to implementation

I was mistaken, that feature is only on the single post.
You need the CSS.

This archived topic is closed to new replies.