Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey so looks like some of the table elements have a width of 24 which is causing the issue. This css should fix:

    .page-id-299 table td:first-child {
        width: 50px;
    }

    Kadence Themes

    Thread Starter dplum

    (@dplum)

    Wow! Thanks… I’ve removed the width “24” and now everything is okay without the css — Thanks so much!

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

The topic ‘Images display differently using different browsers’ is closed to new replies.