• Resolved bazilio07

    (@bazilio07)


    Hi.
    I hope for your help.
    Tablepress is installed on two similar sites.
    This code works on one site, but not on another. I can’t understand what’s the matter.

    .dataTables_wrapper .tablepress {border-spacing: 0 200px;border-collapse: inherit !important;border: none;}

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter bazilio07

    (@bazilio07)

    for example infofin.kz/shinhan/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! This table doesn’t use the DataTables JS library, so that the CSS selector is wrong. Please try again with

    .tablepress {
      border-spacing: 0 200px;
      border-collapse: inherit !important;
      border: none;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS problem’ is closed to new replies.