• Resolved Peruanische Kueche

    (@peruanische-kueche)


    Dear Anders,
    Your theme is awesome and I get lots of compliments about your design. It looks so professional. Thanks a lot!!!!
    As you see on my page https://www.peruanische-kueche.de, when you open a post, the Food Images are too big. What size would you suggest? (Probably a 50% reduction) And how can i change it? Over Custom CSS?
    Thank you a lot for your kindly effort in advance.

    Almendra

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there Almendra,

    How are you doing today?

    You should be able to do reduce the size of images on your single post pages with some custom CSS.

    Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .single .featured-media img {
        max-width: 50%;
    }

    This should reduce size of that image to 50%, if you want to have that image centered you can add this instead:

    .single .featured-media img {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    If the code doesn’t work please keep it added and let me know so I can take a look ??

    Cheers,
    Bojan

    Thread Starter Peruanische Kueche

    (@peruanische-kueche)

    Thank you, dear Bojan, it worked so instantly and so great!!!! Now are the images smaller and centered. Pefectly!!! Thank you so much!!!! Almendra

    Glad I could help ??

    Have a great day!

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Image Size on Posts’ is closed to new replies.