Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851775

    Zwaeback
    Participant

    Hi,

    Is it possible to limit the size of the Portfolio Featured Image to the actual size of the image?

    If my featured image is 600px x 600px I’d like it to display no larger than 600px x 600px.

    Thanks for your help!

    #851894

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #852214

    Zwaeback
    Participant
    This reply has been marked as private.
    #852264

    Zeshan
    Member

    Hi there,

    Thanks for writing in!

    Please try adding following CSS code under Custom > CSS in the Customizer:

    .entry-featured {
        display: inline-block;
    }
    
    .entry-thumb img {
        min-width: 0;
    }
    

    Thank you!