Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1940544
Image size on posts
Closed

Comments

  • jeevjun started the conversation

    I picked the style 10 and image looks too big on my single post. See in the above attched url. Is there any way to make it small. I used the simple image sizes plugin but it didn't help. So can you please suggest me a way to make the image look small on the post 'page'.

  •  501
    Penci replied

    Hi,

    Please try  go to Customize > Addtional CSS then add custom css  to do that:

    .penci-single-style-10 .penci-entry-media .post-image{
        padding-top: 67% !important;
    }

    You can change padding top to any padding you want

    I recommend you use image size lager than 1170px

    Best Regards,

    PenciDesign