• When I am logged in as admin and looking at my site everything displays as it should in chrome. However when I am logged out the Featured image in a front page section moves up the screen displaying a bar of grey across the bottom of the space where the image should be.
    This does not happen in Firefox the site displays perfectly whether I am logged in or out. Any idea on why this is happening would be appreciated.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try to add this style to your .panel-image class:

    transform: translateY(0);

    I have the same issue. I am a newby! And I need more simplified instruction.
    Site I need help with:
    wandaatwritingletters.com

    Thanking you in advance. Wanda

    In the Appearance->customise->additional CSS add

    .panel-image
    {
    transform: translateY(0);
    }

    That might help.

    I will, it makes sense now, I think?
    I will let you know!
    It is really tough being a newby!

    oh, my gosh! I think I did it! I think it worked!
    Thank you ever so much –

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured images not displaying correctly in chrome’ is closed to new replies.