Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Scott (@scottsweb)

    (@scottsweb)

    Looks to me like it is just the different ways browsers are handing your CSS. You have a percentage width (31.8%) and a margin in pixels (margin: 0 2px 2px). I would switch to using percent for all of them and see if that helps.

    So margin: 0 1% 1%; might do it.

    Thread Starter jazza_UK

    (@jazza_uk)

    Excellent, that did the trick.

    Thanks very much ??

    I have the same problem on my blog, but I don’t really know where to change the margin exact. Also, the images look really small in Safari if you compare it to Chrome.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Grid displays differenfly on Safari and Edge, compared to Chrome and Firefox’ is closed to new replies.