Title: Border not function with radius
Last modified: February 12, 2019

---

# Border not function with radius

 *  Resolved [duhos](https://wordpress.org/support/users/duhos/)
 * (@duhos)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/border-not-function-with-radius/)
 * Hi Tobias,
 * I have border around the table, but border no function with radius. On the [page](http://konopijakolek.cz/video-dokumenty/)
   it is the last position.
 * My CSS:
 * >  .tablepress .row-1 td {
   >  background-color: #BAD069; border-radius: 25px 25px
   > 0 0; }
   > .tablepress-id-1 {
   >  color: #000; background-color: #E0E473; border: 4px solid#
   > 69873B; border-radius: 25px; }
   > .tablepress-id-1 .column-1 {
   >  width: 200px; }
   > .tablepress-id-1 tbody td {
   >  border: none; }
 * Please, how I make it?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fborder-not-function-with-radius%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/border-not-function-with-radius/#post-11196716)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Here, it should be sufficient to add the line
 *     ```
       border-collapse: separate;
       ```
   
 * to the CSS for
 *     ```
       .tablepress-id-1 {
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [duhos](https://wordpress.org/support/users/duhos/)
 * (@duhos)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/border-not-function-with-radius/#post-11196736)
 * Thank you very much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/border-not-function-with-radius/#post-11196904)
 * 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](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Border not function with radius’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/border-not-function-with-radius/#post-11196904)
 * Status: resolved