Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #53316
    Nicole Schoofs
    Participant
    Premium Member

    Is there a way to reduce the automatic size of the featured image in a post? Which currently is at the top of the post, large.

    Thanks

     

    #53322
    vako
    Keymaster
    WP Royal Team

    Hi Nicole,

     

    Can you please describe the issue more detailed? Can you please share the screenshot of the issue for more clarification?

     

    Kind Regards

    #53326
    Nicole Schoofs
    Participant
    Premium Member

    vegetable couscous

    If you check this page, you can see the post starts with a very large image. I know that I can disable this feature but I would like to know if I can just adjust its size for all posts. ?

    Thanks!

    #53328
    vako
    Keymaster
    WP Royal Team

    Hi Nicole,

     

    Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:

    .post-content img {
    width: 80%;
    height: 500px;
    margin: 0 auto;
    }

     

    Kind Regards

    #53331
    Nicole Schoofs
    Participant
    Premium Member

    thanks for your reply.

    The CSS snippet did distort my picture though…

    vegetable couscous

     

    #53333
    Nicole Schoofs
    Participant
    Premium Member

    And it distorted also all images in my full recipe gallery, so I had to delete it again.

    #53344
    vako
    Keymaster
    WP Royal Team

    Hi Nicole,

     

     

    At first sorry for the late reply, we had holidays

    So the one way to make the images smaller is to rebuild them manually, change their height and width, or please describe for us exactly how you want them to be presented and we will try to modify CSS snippets to your needs.

     

    Kind Regards

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