Title: Borders and CSS
Last modified: August 30, 2016

---

# Borders and CSS

 *  [speryea](https://wordpress.org/support/users/speryea/)
 * (@speryea)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/borders-and-css/)
 * Hello,
    I am trying to round the borders on my blog. I was able to do that, but
   now trying to round the actual table so the borders don’t look chopped. I also
   would like space between the sidebar and footer/copyright area. I have a customized
   theme. I am not sure where to even look for that. The blog is [http://caffeinatedandcreative.com/](http://caffeinatedandcreative.com/)
   Thanks!

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

 *  anonymized-13749270
 * (@anonymized-13749270)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/borders-and-css/#post-6298446)
 * Use this custom CSS to your custom CSS file (jetpack, or [this plugin](http://wordpress.org/plugins/simple-custom-css/)
   or [your functions.php file](http://pastebin.com/FJGefDYG)):
 *     ```
       .content .entry,
       .site-footer .wrap,
       .sidebar .widget {
       	background: transparent;
       }
       .content,
       .site-footer,
       .sidebar {
       	border-radius: 19px;
       }
       .sidebar {
       	margin-bottom: 1.5em;
       }
       ```
   
 * Change `19px (line 9)` to your desired measures.
 *  Thread Starter [speryea](https://wordpress.org/support/users/speryea/)
 * (@speryea)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/borders-and-css/#post-6298455)
 * Thank you soooooo much!
 *  anonymized-13749270
 * (@anonymized-13749270)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/borders-and-css/#post-6298514)
 * Glad to hear it worked, you are welcome !!

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

The topic ‘Borders and CSS’ is closed to new replies.

## Tags

 * [Borders](https://wordpress.org/support/topic-tag/borders/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: anonymized-13749270
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/borders-and-css/#post-6298514)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
