Title: borders
Last modified: August 19, 2016

---

# borders

 *  [skinflint](https://wordpress.org/support/users/skinflint/)
 * (@skinflint)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/borders-4/)
 * can someone help me please.. how I can put a border around each post and space
   out each post a little ?
 * [**signature moderated** Please read the [Forum Rules](http://wordpress.org/support/topic/68664?replies=6)]

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

 *  [Alex Mansfield](https://wordpress.org/support/users/alexmansfield/)
 * (@alexmansfield)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/borders-4/#post-943525)
 * In your CSS file, find:
 *     ```
       .post{
       padding: 10px 0 10px 0;
       }
       ```
   
 * and replace it with:
 *     ```
       .post{
       border: 1px solid #000000;
       margin: 10px 0;
       padding: 10px;
       }
       ```
   
 * That should do it for you. Let us know if you need anything else.
 *  Thread Starter [skinflint](https://wordpress.org/support/users/skinflint/)
 * (@skinflint)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/borders-4/#post-943530)
 * hey alex
 * it didnt seem to work – ive done it, but nothing visible..!?
 *  [wizardregis](https://wordpress.org/support/users/wizardregis/)
 * (@wizardregis)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/borders-4/#post-943532)
 * Huh, well that’s strange. It’s probably a obvious thing somewhere but hell if
   I can find it, don’t envy you this problem.
 * But as they say: if you can’t solve it with brute force, try more brute force.
 *     ```
       .post {
       border:solid 1px #000000 !important;
       margin: 10px !important;
       padding: 10px !important;
       }
       ```
   
 *  Thread Starter [skinflint](https://wordpress.org/support/users/skinflint/)
 * (@skinflint)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/borders-4/#post-943536)
 * nah that still didn’t work
 * _…wonder where it’s going wrong ?!_
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/borders-4/#post-943542)
 * start here and adjust as needed …maybe 🙂
 * > .post .content {
   >  margin: 10px 0; padding:5px 0 5px 5px; line-height:145%; 
   > border: 1px solid #000000; overflow:hidden; }

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

The topic ‘borders’ is closed to new replies.

 * 5 replies
 * 4 participants
 * Last reply from: [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * Last activity: [17 years, 3 months ago](https://wordpress.org/support/topic/borders-4/#post-943542)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
