Title: Round table cornes
Last modified: August 21, 2016

---

# Round table cornes

 *  Resolved [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/)
 * Hello!
 * I really like your plugin, very useful and works very nice!
 * I have a question: I’ve been trying to set-up round corners on this link:
    [http://www.ponnod.com/delavnica-naredi-si-sam-akvaponski-ibc-sistem/](http://www.ponnod.com/delavnica-naredi-si-sam-akvaponski-ibc-sistem/)
 * I can’t seem to set it up no matter which solution I use in the CustomCSS. I 
   tried [this](http://wordpress.org/support/topic/can-tablepress-do-this?replies=9)
   and [this](http://wordpress.org/support/topic/table-row-column-and-border-formatting?replies=19)
   solution and neither of them works.
 * I don’t use head or footer in the tables that’s why I used ‘tbody ‘instead of‘
   thead’ class. But even that didn’t work.
 * Any help would be really appreciated.
 * Matej
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760021)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * It looks like you’ll need to set the `border-collapse` property as well. Please
   try
 *     ```
       .tablepress{
       	border-collapse: separate;
       }
       .tablepress tbody td{
       	border: 1px solid #4A4A4C !important;
       }
       .tablepress tbody tr:first-child td:first-child {
       	border-top-left-radius: 10px;
       }
       .tablepress tbody tr:first-child td:last-child {
       	border-top-right-radius: 10px;
       }
       .tablepress tbody tr:last-child td:first-child {
       	border-bottom-left-radius: 10px;
       }
       .tablepress tbody tr:last-child td:last-child {
       	border-bottom-right-radius: 10px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760042)
 * Hey Tobias, thank you for your prompt answer!
 * It works! But it also removes the previous styling (I don’t want vertical and
   strong horizontal borders, I just want round edges on the previous styling)
 * Thank you again!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760054)
 * Hi,
 * ah, right. Totally missed that.
    Here’s another try:
 *     ```
       .tablepress{
       	border-collapse: separate;
       }
       .tablepress tbody tr:first-child td {
       	border-top: 1px solid #4A4A4C !important;
       }
       .tablepress tbody tr:last-child td {
       	border-bottom: 1px solid #4A4A4C;
       }
       .tablepress tbody tr td:first-child {
       	border-left: 1px solid #4A4A4C;
       }
       .tablepress tbody tr td:last-child {
       	border-right: 1px solid #4A4A4C;
       }
       .tablepress tbody tr:first-child td:first-child {
       	border-top-left-radius: 10px;
       }
       .tablepress tbody tr:first-child td:last-child {
       	border-top-right-radius: 10px;
       }
       .tablepress tbody tr:last-child td:first-child {
       	border-bottom-left-radius: 10px;
       }
       .tablepress tbody tr:last-child td:last-child {
       	border-bottom-right-radius: 10px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760087)
 * That solves it,
 * thank you very much Tobias!
 * Have a great day,
 * Matej
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760094)
 * 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](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!
 *  Thread Starter [molj](https://wordpress.org/support/users/molj/)
 * (@molj)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760098)
 * Anytime, done! 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760099)
 * Hi,
 * thanks, I really appreciate it!
 * Best wishes,
    Tobias

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

The topic ‘Round table cornes’ 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/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/round-table-cornes/#post-4760099)
 * Status: resolved