Home › Forums › Support › How to make featured images without space ? This topic has 6 replies, 2 voices, and was last updated 3 years, 11 months ago by David. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts May 9, 2022 at 8:19 am #2214353 Fajri 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 May 10, 2022 at 6:29 am #2215115 Fajri up May 10, 2022 at 6:39 am #2215127 DavidStaff Customer Support Hi there, sorry your other topic slipped past our system. Go to Customizer > Layout > Blog –> Featured Images and uncheck Display Padding around Image. May 10, 2022 at 6:51 am #2215138 Fajri I don’t found uncheck display padding around images. This is the picture: https://prnt.sc/Oc-XBqlozhOO May 10, 2022 at 7:00 am #2215144 DavidStaff Customer Support 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; } May 10, 2022 at 8:57 am #2215447 Fajri Great! Did the features has been remove ? I must add the code to implementation May 10, 2022 at 9:11 am #2215460 DavidStaff Customer Support I was mistaken, that feature is only on the single post. You need the CSS. Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In