Title: Space between names
Last modified: February 19, 2018

---

# Space between names

 *  Resolved [estorus](https://wordpress.org/support/users/estorus/)
 * (@estorus)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/space-between-names/)
 * Hello. I got a problem with author names. Name1,Name2andName3… there can I add
   space between names?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fspace-between-names%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [sublines](https://wordpress.org/support/users/sublines/)
 * (@sublines)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/space-between-names/#post-9981561)
 * Hi Estorius,
 * I’ve had the same issue and could fix it with the following css code:
 *     ```
       a.author.url.fn:before,
       a.author.url.fn:nth-last-child(2):after {
           content: " ";
       }
       ```
   
 * This code adds a whitespace character before every author name and a whitespace
   character before the word “and” like so:
    Name1,Name2andName3 -> becomes -> Name1,
   Name2 and Name3
 * The added whitespace character before the first name gets omitted by the browser
   automatically. It also works with any other language.
 * Hope this helped!
 *  Thread Starter [estorus](https://wordpress.org/support/users/estorus/)
 * (@estorus)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/space-between-names/#post-9982525)
 * Hello sublines,
 * Thank you for your reply. Sorry, but witch one of css files better to edit?
 *  [sublines](https://wordpress.org/support/users/sublines/)
 * (@sublines)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/space-between-names/#post-9982587)
 * You can paste this code into your child themes css file or use a plugin to add
   custom code to your theme ([see how](https://www.skyverge.com/blog/add-custom-code-to-wordpress/)).
 *  Thread Starter [estorus](https://wordpress.org/support/users/estorus/)
 * (@estorus)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/space-between-names/#post-9982636)
 * Thank you. Work great 😀

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

The topic ‘Space between names’ is closed to new replies.

 * ![](https://ps.w.org/co-authors-plus/assets/icon-256x256.png?rev=2945095)
 * [Co-Authors Plus](https://wordpress.org/plugins/co-authors-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/co-authors-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/co-authors-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/co-authors-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/co-authors-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/co-authors-plus/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [estorus](https://wordpress.org/support/users/estorus/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/space-between-names/#post-9982636)
 * Status: resolved