Title: Author placement
Last modified: August 22, 2016

---

# Author placement

 *  Resolved [stykman](https://wordpress.org/support/users/stykman/)
 * (@stykman)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/author-placement/)
 * Is there a way to have the author and date of testimonial display inline with
   the testimonial as opposed to below?
 * Ex: “Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla vitae justo
   posuere arcu consequat lobortis.” John Doe, 08/27/2014
 * Currently displayed as: “Lorem ipsum dolor sit amet, consectetur adipiscing elit.
   Nulla vitae justo posuere arcu consequat lobortis.”
    John Doe 08/27/2014
 * [https://wordpress.org/plugins/hms-testimonials/](https://wordpress.org/plugins/hms-testimonials/)

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

 *  Plugin Author [Jeff K](https://wordpress.org/support/users/kreitje/)
 * (@kreitje)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/author-placement/#post-5232934)
 * Yes. In your CSS you need to set the display property to inline.
 *     ```
       .testimonial, .author, .date {
       display:inline;
       }
       ```
   
 *  Thread Starter [stykman](https://wordpress.org/support/users/stykman/)
 * (@stykman)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/author-placement/#post-5232949)
 * That did the trick. Thank you.
 *  Plugin Author [Jeff K](https://wordpress.org/support/users/kreitje/)
 * (@kreitje)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/author-placement/#post-5232955)
 * Sure thing.

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

The topic ‘Author placement’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hms-testimonials.svg)
 * [HMS Testimonials](https://wordpress.org/plugins/hms-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hms-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hms-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/hms-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hms-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hms-testimonials/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jeff K](https://wordpress.org/support/users/kreitje/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/author-placement/#post-5232955)
 * Status: resolved