• The Ridge Runner

    (@the-ridge-runner)


    I am allowing the most recent blog posts to show on my home page (Evolve theme)along with the featured images (as shown in the demo.) The images are are huge, and have even been enlarged from the original jpegs, and look awful. I cannot find any control for this in the Dashboard. Can I add some custom CSS, or a child theme to specify that they are either shown at the same size as the original, or specify an upper limit?
    Any help appreciated.
    My site isn’t yet published so I don’t have an active link.

    https://www.ads-software.com/themes/evolve/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Valdenir Flauzino

    (@valdenir-flauzino)

    Hi,
    You can add the Custom CSS:

    span.thumbnail-post img{width:auto !important; height:auto !important}

    If you need more than 1 column, change in appearance > Theme Options > Blog

    I hope that helps!

    Hi, thanks for the code, it does make the image smaller but the image is still framed within a huge border. How can I make it the size of the image? I would like my posts to show in one column with a small image on the left and then the excerpt showing beside it. After using this code I have a small image within a huge box that takes all the space and then the text shows below.
    This is my page: https://www.danielaark.com
    This is an example of I would like my posts to look in the home page: https://www.caffeinatedbookreviewer.com
    Thanks a lot!

    Hi Daniela ,

    .entry-content .thumbnail-post{float:left;width:auto !important;margin-right:20px}

    add this code in :
    Appearance > Theme Option > Custom css

    Hi FarzamZ, thanks so much for the prompt reply! it worked great! :):)

    With that same code, which resolves the sizing, how do I remove the background color? Mine shows blue and I would like it have a white background

    please give your site’s url , and show what you want with a screenshot

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Control size of featured blog images on evolve HOME page?’ is closed to new replies.