• Resolved stephieselmer

    (@stephieselmer)


    Hi,

    the tablepress plugin helps a lot – thanks!

    But if I create a table and remove the borders via the css field, there is still a line on the right side. How can I remove this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@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 stephieselmer

    (@stephieselmer)

    Sure:
    http://zukunft-visualisieren.de/

    And this is the CSS-part:

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

    .tablepress .row-1 td {
    background-color: #FFFFFF;
    }

    .tablepress .row-hover tr:hover td {
    background-color: #FFFFFF;
    }

    .tablepress-id-1 .column-1 {
    width: 500px;
    }

    .tablepress-id-2 .column-1 {
    width: 100px;
    }

    .tablepress-id-2 .column-2 {
    width: 100px;
    }

    .tablepress-id-2 .column-3 {
    width: 100px;
    }
    Regards,
    Stephanie

    • This reply was modified 9 years, 9 months ago by stephieselmer.
    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link!

    The right border is added by your theme, and we’ll just need a small CSS modification. Please try again with

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

    Regards,
    Tobias

    Thread Starter stephieselmer

    (@stephieselmer)

    It works!

    Thank you so much.

    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 5 replies - 1 through 5 (of 5 total)

The topic ‘Border on the right side’ is closed to new replies.