Title: Single post view &#8211; insert line breaks?
Last modified: May 6, 2019

---

# Single post view – insert line breaks?

 *  Resolved [ampeli](https://wordpress.org/support/users/ampeli/)
 * (@ampeli)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/single-post-view-insert-line-breaks/)
 * Is it possible to add CSS to insert line breaks between custom fields in the 
   single post view? In particular I would like to make a space between the testimonial
   date and the hyperlinks to previous and next testimonials.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsingle-post-view-insert-line-breaks%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/single-post-view-insert-line-breaks/#post-11503833)
 * Hello [@ampeli](https://wordpress.org/support/users/ampeli/),
 * To add space between them I recommend using this code in Appearance > Customize
   > Additional CSS:
 *     ```
       .testimonial-client > div {
           padding-bottom: 10px;
       }
       ```
   
 * If you’d like to only add some space between the testimonial date and the hyperlinks
   to previous and next testimonials please use this code:
 *     ```
       .testimonial-client {
           padding-bottom: 20px;
       }
       ```
   
 * All the best,
    Mihaela
 *  Thread Starter [ampeli](https://wordpress.org/support/users/ampeli/)
 * (@ampeli)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/single-post-view-insert-line-breaks/#post-11505463)
 * Thanks so much Mihaela. CSS has done exactly what I wanted. ☺
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/single-post-view-insert-line-breaks/#post-11508906)
 * Happy to hear that [@ampeli](https://wordpress.org/support/users/ampeli/)!

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

The topic ‘Single post view – insert line breaks?’ is closed to new replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Miha](https://wordpress.org/support/users/mplusb/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/single-post-view-insert-line-breaks/#post-11508906)
 * Status: resolved