• I have cannot get featured images centered when hover on front page.
    When they are centered on mobile device, they are not centered when hover on computer screen.
    How can I fix this
    You can see the problem on https://www.teestarter.it
    Can anyone help me?
    Thank you
    Ada

Viewing 1 replies (of 1 total)
  • You′ve added this line in your custom css:

    a.round-div {
      left: -69px !important;
    }

    That′s the reason for your images not appearing centered. They are in fact centered, but the round box on top of them are moved left, so that the images appear to be out of place.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image not centered’ is closed to new replies.