• Resolved jumpingrock

    (@jumpingrock)


    This is the first site I have ever built so I am definitely learning as I go…

    I’m trying to updated my portfolio from a regular portfolio to a full-width grid portfolio. Everything looks great, except the Featured Image (thumbnail) is not centered in the rectangle. Can you please help me center the images?

    I don’t get much traffic to my site, so I’ve set them up on top of each other so you can see the issue. Please follow the link below.

    https://www.jumpingrock.com/work

    I appreciate any help your willing to offer.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Steve

    (@seekerabroad)

    Hi jumpingrock,

    If you put the following rule in you css it should centre the images:

    .et_pb_portfolio_image a img {
    position: relative;
    left: 50%;
    margin-left: -65%;
    }

    Thread Starter jumpingrock

    (@jumpingrock)

    Steve! Thank you very much! That worked perfectly.

    Steve!

    I have been searching all over Divi’s support forum for a few hours trying to fix this. Thank you for being brilliant!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Divi portfolio thumbnails not centered’ is closed to new replies.