Title: Inserting space between multiple custom fields
Last modified: July 6, 2017

---

# Inserting space between multiple custom fields

 *  Resolved [dneale123](https://wordpress.org/support/users/dneale123/)
 * (@dneale123)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/inserting-space-between-multiple-custom-fields/)
 * Hi,
 * Does anyone know how to put some space between multiple custom fields in a list?
 * For example:
    [catlist name=”contact” customfield_orderby=lastname order=asc 
   customfield_display=”firstname,lastname” customfield_display_name=no customfield_class
   =contact_class]
 * will display a list of posts of type contact ordered by last name. However I 
   can’t style this to put a space (or anything else) between the first and last
   names. I can use CSS on contact_class to style the whole string of custom fields
   but can’t separate the two fields. Has anyone done this successfully?
 * TIA 🙂
 * David.

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

 *  [Sany](https://wordpress.org/support/users/sannny/)
 * (@sannny)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/inserting-space-between-multiple-custom-fields/#post-9325157)
 * Hey David,
 * have you tried to add the parameter `customfield_display_glue`?
 * For example:
    `[catlist name="contact" customfield_orderby="lastname" order="
   asc" customfield_display="firstname,lastname" customfield_display_name="no" customfield_class
   ="contact_class" customfield_display_glue=" "]`
    -  This reply was modified 8 years, 11 months ago by [Sany](https://wordpress.org/support/users/sannny/).
 *  Thread Starter [dneale123](https://wordpress.org/support/users/dneale123/)
 * (@dneale123)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/inserting-space-between-multiple-custom-fields/#post-9325593)
 * Many thanks saNNNy – that did just what I wanted 🙂
 *  Thread Starter [dneale123](https://wordpress.org/support/users/dneale123/)
 * (@dneale123)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/inserting-space-between-multiple-custom-fields/#post-9325595)
 * Resolved.

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

The topic ‘Inserting space between multiple custom fields’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [dneale123](https://wordpress.org/support/users/dneale123/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/inserting-space-between-multiple-custom-fields/#post-9325595)
 * Status: resolved