Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1034017

    Hi,

    I’ve added a new blog to my blog page and uploaded a featured image. Unfortunately the image and text of this blog (timemanagement with a tomato) aren’t aligned. See: https://shedoesitcoaching.com/blog/

    How can I adjust this?

    Thanks.
    Eefke

    #1034604

    Hey Eefke,

    Best regards,
    Victoria

    #1035347

    Hi Victoria,

    The picture is too big so the header underneath it (get more done in a fun way with a tomato) isn’t aligned with the text under the other two blogs.

    Hope you can help with that!
    Thanks. Eefke

    #1036912

    Hi,

    The tomato is much larger than the rest of the featured images. Have you tried resizing the image? You can also limit the height of the image container.

    .avia-content-slider .slide-image img {
        max-height: 146px;
        overflow: hidden;
    }
    
    .avia-content-slider .slide-image img {
        object-fit: contain;
    }

    Best regards,
    Ismael

    #1036922
    This reply has been marked as private.
    #1037039

    Hi,

    Have you tried using the css code above? You can adjust the max-height value as much as you’d like.

    Best regards,
    Ismael

    #1039987

    Hi Ismael,

    If I use that code the pictures are much smaller (height and width) and that doesn’t look good.
    Any other ideas?

    Thanks.
    Eefke

    #1040102

    Hi,

    You can increase the size of the rest of the images. I think that’s the only solution left if you don’t want to decrease the size of the “tomato” image.

    Best regards,
    Ismael

    #1044884

    Hi Ismael,

    Ok I’ll try that!
    What is the default size of the images for the blog page?

    Thanks!

    #1046168

    Hi,

    The default thumbnail size is 495x400px. You can select a different thumbnail by setting the “Preview Image Size” to “manual”. It defaults to the “portfolio” thumbnail.

    Best regards,
    Ismael

    #1091690

    Hi!

    I still have the problem that my images on my blog page don’t line out in the right way.
    See https://shedoesitcoaching.com/blog-work-life-balance-women/.

    The picture of my latest blog is bigger that the two previous ones. I’ve tried to adjust it, but it didn’t work.
    Can you please help me with this?

    Thank you!

    #1092523

    Hi,

    You have to make sure that the size of the uploaded featured images are the same as previously suggested.

    Best regards,
    Ismael

    #1092672

    Hi,

    Thank you. What is the right size and where can I adjust it?

    #1093184

    Hi,

    Thanks for the update.

    Most of the featured images in the blog are 800x684px in size, so you can use that as the standard size for every posts. You have to upload the images again.

    Best regards,
    Ismael

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