Site logo

[Support request] How to make featured images without space ?

Home Forums Support [Support request] How to make featured images without space ?

Home Forums Support How to make featured images without space ?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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

    #2215115
    Fajri

    up

    #2215127
    David
    Staff
    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.

    #2215138
    Fajri

    I don’t found uncheck display padding around images.

    This is the picture: https://prnt.sc/Oc-XBqlozhOO

    #2215144
    David
    Staff
    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;
    }
    #2215447
    Fajri

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

    #2215460
    David
    Staff
    Customer Support

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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.