• Resolved garf

    (@garf)


    hello,

    i have add this

    .tablepress-id-1,
    .tablepress-id-1 tr,
    .tablepress-id-1 tbody td,
    .tablepress-id-1 thead th,
    .tablepress-id-1 tfoot th {
    border: none;
    }

    in the custom field from the plugin. but there is a line under the table. this error is in firefox, chrome and ie. how can i delete the last line from the border?

    wordpress 3.8
    tablepress 1.3

    https://www.ads-software.com/plugins/tablepress/

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.

    Please try again with

    .tablepress-id-1,
    .tablepress-id-1 tr,
    .tablepress-id-1 tbody td,
    .tablepress-id-1 thead th,
    .tablepress-id-1 tfoot th {
      border: none !important;
    }

    If that does not help, please post a link to the page with the table, so that I can take a direct look. Thanks!

    Regards,
    Tobias

    Thread Starter garf

    (@garf)

    hello,

    thanks, now it works perfect!

    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 ‘problem with the border’ is closed to new replies.