Title: Adding extra space between objects
Last modified: August 20, 2016

---

# Adding extra space between objects

 *  Resolved [nca87](https://wordpress.org/support/users/nca87/)
 * (@nca87)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/)
 * Hello,
 * I wanted to add a bit of space between the two quotation marks in the left hand
   box (3rd down) for my quote of the day.
 * What is the bit of code that I can add between these two objects?
 * Thank you
 * [My site](http://www.probus-sme.com)

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

 *  [Peter Wooster](https://wordpress.org/support/users/pkwooster/)
 * (@pkwooster)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553366)
 * Use an HTML entity to add a non breaking space. You want `&nbsp;`.
 * Edited since I could’t find the backquote on my iPad.
    /peter
 *  Thread Starter [nca87](https://wordpress.org/support/users/nca87/)
 * (@nca87)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553376)
 * Thank you very much for your reply. I added this between the two image references,
   but it did not add a space. Must I put something else with it?
 * I apoligize for the incompetence.
 *  [Peter Wooster](https://wordpress.org/support/users/pkwooster/)
 * (@pkwooster)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553415)
 * You mean between those two images? If so why don’t you just create a single image
   that has the space, or add some padding to the images using css?
 * eg.
    `<img style="padding-right:8px" width="18" height="18" alt="Pic" src="http://
   probus-sme.com/wp-content/themes/attention/images/lap_top.jpg">`
 *  Thread Starter [nca87](https://wordpress.org/support/users/nca87/)
 * (@nca87)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553417)
 *     ```
       <p><img width="18" height="18" alt="Pic" src="<?php bloginfo('template_directory'); ?>/images/lap_top.jpg"/>&nbsp;<img width="19" height="17" alt="Pic" src="<?php bloginfo('template_directory'); ?>/images/lap_bottom.jpg" /><br/><script type="text/javascript" src="http://www.brainyquote.com/link/quotebr.js"></script><small><i>more <a href="http://www.brainyquote.com/quotes_of_the_day.html" target="_blank">Quotes</a></i></small><br/></p>
       ```
   
 *  Thread Starter [nca87](https://wordpress.org/support/users/nca87/)
 * (@nca87)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553419)
 * So you can see what I did there. I cant really control it from the css since 
   it was just a feed from this quote site. where can I place that non breaking 
   space?
 * Thank you for your help!
 *  [Peter Wooster](https://wordpress.org/support/users/pkwooster/)
 * (@pkwooster)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553422)
 * The non breaking space would need to go between the two images as in your post,
   not within one as it is one the site. Since they are images it’s probably better
   to use a style like I suggested in my last post. It appears that you have lost
   your second image now as well.
 * /peter
 *  [Peter Wooster](https://wordpress.org/support/users/pkwooster/)
 * (@pkwooster)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553433)
 * I just tried adding the padding-right to the first quote and it worked as expected.
 * /peter
 *  [Peter Wooster](https://wordpress.org/support/users/pkwooster/)
 * (@pkwooster)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553446)
 * Looks like you got it working, please remember to mark this topic resolved.
    /
   peter
 *  Thread Starter [nca87](https://wordpress.org/support/users/nca87/)
 * (@nca87)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553448)
 * No you are completely right. Thank you for your support! It worked perfect.

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

The topic ‘Adding extra space between objects’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 2 participants
 * Last reply from: [nca87](https://wordpress.org/support/users/nca87/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/adding-extra-space-between-objects/#post-2553448)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
