Title: Adding a divider line
Last modified: August 20, 2016

---

# Adding a divider line

 *  [100Stainless](https://wordpress.org/support/users/100stainless/)
 * (@100stainless)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/adding-a-divider-line/)
 * How do you add a divider line inbetween testimonials?
 * Thanks

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/adding-a-divider-line/#post-2135222)
 * you might need to edit style.css of your theme:
 * css border
    [http://www.w3schools.com/css/css_border.asp](http://www.w3schools.com/css/css_border.asp)
 * link to your site, to illustrate your problem?
 *  Thread Starter [100Stainless](https://wordpress.org/support/users/100stainless/)
 * (@100stainless)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/adding-a-divider-line/#post-2135223)
 * Could I send you the website address so you know what type of line I mean please?
 *  Thread Starter [100Stainless](https://wordpress.org/support/users/100stainless/)
 * (@100stainless)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/adding-a-divider-line/#post-2135224)
 * [http://www.100percentstainless.co.uk/?page_id=40](http://www.100percentstainless.co.uk/?page_id=40)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/adding-a-divider-line/#post-2135252)
 * the html structure of the testimonial section is not structured to allow for 
   an easy solution;
 * example structure from the existing testimonials:
 *     ```
       <div class="DisplayItem">Dear Mister</div>
       <p>We are very pleased with the result,
       ramble ramble ....
       ... and compliment a great product.</p>
       <p>With best wishes.</p>
       <p><strong>Mr & Mrs Jones (City)</strong></p>
       ```
   
 * ideally, this section would be wrapped in a html tag with its own css class;
   
   example:
 *     ```
       <span class="testimonial">
       <div class="DisplayItem">Dear Mister</div>
       <p>We are very pleased with the result,
       ramble ramble ....
       ... and compliment a great product.</p>
       <p>With best wishes.</p>
       <p><strong>Mr & Mrs Jones (City)</strong></p>
       </span>
       ```
   
 * and add a new style to style.css of your theme:
    `span.testimonial { display:
   block; border-bottom: 1px solid #ccc; }`
 * _[duplicate thread: [http://wordpress.org/support/topic/how-do-i-add-in-a-div-line?replies=3](http://wordpress.org/support/topic/how-do-i-add-in-a-div-line?replies=3);
   please continue with the other thread; this one is closed per [forum rules](http://codex.wordpress.org/Forum_Welcome)]_

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

The topic ‘Adding a divider line’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years, 12 months ago](https://wordpress.org/support/topic/adding-a-divider-line/#post-2135252)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
