• Resolved Olaf-HH

    (@olaf-hh)


    Hi,
    we have used this CSS

    .tablepress-id-20 .column-2 {
    vertical-align: bottom;
    }

    .tablepress-id-20 .row-3,
    .row-6,
    .row-8 td {
    background-color: #F6F6F6;
    }

    in addition for the table on
    https://kranich-care.de/pflegesessel/bezugsmaterialien

    At iMac / Safari it works perfect.
    Controlling the modifications at (on iMac) Chrome and Firefox shows no
    changes.

    Any idea what is the reason?
    Did we something wrong?

    Thanks in advance for your help!

    Olaf

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The second block of CSS needs to be rewritten a bit, due to how merging multiple cells works:

    .tablepress-id-20 .row-3 td,
    .tablepress-id-20 .row-6 td,
    .tablepress-id-20 .row-8 td {
      background-color: #F6F6F6;
    }

    Regards,
    Tobias

    Thread Starter Olaf-HH

    (@olaf-hh)

    Tobias,

    thanks for your quick respond:
    It works now!

    Olaf

    Plugin Author Tobias B?thge

    (@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 ‘CSS OK at Safari, bur NOT an Chrom / Firefox’ is closed to new replies.