Archived topic
How to make featured images without space ?
6 replies · Started by Fajri on May 9, 2022
Hi, How to make featured images in homepage and post without space ?
Pict : https://prnt.sc/ruyrukktaJUM (featured post without space)
live demo : mastahseo.com
this is my site, there are space in the featured in homepage and post : https://prnt.sc/iKQip6O8AOeL
up
Hi there,
sorry your other topic slipped past our system.
Go to Customizer > Layout > Blog --> Featured Images and uncheck Display Padding around Image.
I don't found uncheck display padding around images.
This is the picture: https://prnt.sc/Oc-XBqlozhOO
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.