• Resolved jason611

    (@jason611)


    How can i add the outer border for the table. It is missing although I have added

    .tablepress-id-1 th,
    .tablepress-id-1 td {
    border: 1px solid #cccccc;
    }

    Thanks

    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.

    Please try this modified version:

    .tablepress-id-1,
    .tablepress-id-1 th,
    .tablepress-id-1 td {
      border: 1px solid #cccccc;
    }

    which should add a border around the table as well. I couldn’t check it on your site, as the link you posted only gives me a 404 Not Found error.

    Regards,
    Tobias

    Thread Starter jason611

    (@jason611)

    Thanks Tobias. It is working perfectly now. Thanks.

    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 ‘Outer border is missing’ is closed to new replies.