Support » Plugin: TablePress - Tables in WordPress made easy » Strange table behaviour in Chrome and Safari

  • Resolved russclem

    (@russclem)


    Hi there.

    My website is http://www.projectbase.eu and I’m using your plugin because it’s awesome, and it provides an excellent workaround for the flaws in the theme I’m using.

    But there’s just one thing. If you scroll down the main page to the ‘Projects’ and ‘Media’ headings, the images provided differ in size between Projects and Media. In Firefox, there’s no such problem, but in Chrome and Safari there is.

    Thanks very much for your time and your effort.

    https://wordpress.org/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This seems be to caused by the padding in the table cells, especially the left and right padding. You could try setting that to 0, e.g. with this “Custom CSS”:

    .tablepress-id-2 td {
    	padding: 8px 0;
    }

    Regards,
    Tobias

    Thread Starter russclem

    (@russclem)

    Perfect!

    Thanks!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Strange table behaviour in Chrome and Safari’ is closed to new replies.