[Support request] Featured image.

Home Forums Support [Support request] Featured image.

Home Forums Support Featured image.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #815935
    Greg

    I want my featured image to be the width of the blog with no padding and a height of 350px. It won’t let me do this even after regenerating images. Here is an example of what I’m talking about https://www.wpkube.com/

    Can you provide a Custom CSS so I can apply to my blog?

    Thanks,
    Greg

    #815994
    David
    Staff
    Customer Support

    Hi there,

    any chance you can open the site for us to take a look or provide us with temporary access?

    #815995
    Greg

    Shoot. Sorry about that. All is clear.

    Greg

    #816002
    David
    Staff
    Customer Support

    So looks like just the height needs fixing. Try this:

    .no-featured-image-padding .post-image img, .featured-image img  {
        height: 350px;
        object-fit: cover;
    }
    #816014
    Greg

    Thanks David. But I will also need it on the single blog post. That image is not with height of 350px. Need on both images and if you can also provide for pages (ie About, Arcive etc.)

    Much Thanks,
    Greg

    #816048
    David
    Staff
    Customer Support

    I have edited the CSS above to include the single featured images as well

    #816061
    Greg

    Thanks David. One last thing if possible. How can I get my top Email Subscribe Optin Widget (top widget in right sidebar) without the padding around it? Here is an example of what I’m talking about – http://wpliving.net/ using Generate Theme (their Subscribe optin) with no padding.

    Again, Much Thanks.
    Greg

    #816068
    David
    Staff
    Customer Support

    This CSS should do the trick:

    .inside-right-sidebar .widget:first-child {
        padding: 0;
    }
    #816070
    Greg

    Thanks Again, David. Love the support

    Greg

    #816078
    David
    Staff
    Customer Support

    You’re welcome – glad to be of help!

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