• Joelle Warthmann

    (@crazykitchenblog)


    Hi there!

    For some reason, my first two images don’t align properly. (The image ratios are both 3:2, but for some reason, only the right image is “smaller”).

    I’ve had this problem before, and I don’t know why. It normally doesn’t bug me too much, but I feel like it just isn’t so aesthetically pleasing to the eye. Do I need to change something within a widget?
    I’ve tried re-uploading images, but they still appear bigger. (For reference, I am used to having my title images being the size of the right image – the image itself is 3:2, but WordPress/the widget makes it a bit smaller, which I quite like).

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • mrtom414

    (@mrtom414)

    the DAVID GEISSER graphic has a height of 1156px and the valentine image has a height of 900px; you can try setting to the same height

    img.entry-image.attachment-post {
         
        object-fit: fill;
        height: 650px;
    }

    you can place the code in the customizer advanced css settings. If it doesn’t work just delete it.

    Thread Starter Joelle Warthmann

    (@crazykitchenblog)

    Hi @mrtom414

    I tried uploading like 7 different versions of the David Geisser image (all different rights, size etc.), but for whatever reason, it still didn’t work out.

    I’ve sort of managed now by uploading a 1 MB file size of that image – now the images are aligned, but the loading of the left image takes a wee bit longer …

    I wouldn’t know what else to do …

    Thanks for your help!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My first two images aren’t aligned’ is closed to new replies.