Title: Adding space after a link description.
Last modified: August 22, 2016

---

# Adding space after a link description.

 *  Resolved [Noxcivis](https://wordpress.org/support/users/noxcivis/)
 * (@noxcivis)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/)
 * Trying to add some white space between each link block, i.e. after the description
   and before the next title link. An example can be seen at [https://www.noxcivis.com/forensics](https://www.noxcivis.com/forensics).
   Looks a little compressed and am hoping for some white space. I am looking for
   a global change. So I looked to the stylesheet and added what I hoped might work.
   No luck. On a whim I deleted the whole stylesheet and the list was unchanged.
   I restored the original. Thanks in advance for any advice anyone can provide.
 * [https://wordpress.org/plugins/link-library/](https://wordpress.org/plugins/link-library/)

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

 *  [yezzz](https://wordpress.org/support/users/yezzz/)
 * (@yezzz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/#post-5739730)
 * I’m guessing you’re not using a css testing tool like chrome or Firefox element
   inspector? Even better is the Firebug plugin. They allow you to test/experiment
   on the cached page, so no more “blind guesses” on what to add.
 * There’s various ways to do what you want, eg. put some bottom-margin on the li:
 *     ```
       li.lv-list-item {
       margin-bottom:15px;
       }
       ```
   
 * Or you can add bottom margin or bottom padding to the div:
 *     ```
       div.lv-link {
       padding-bottom:10px;
       }
       ```
   
 *  Thread Starter [Noxcivis](https://wordpress.org/support/users/noxcivis/)
 * (@noxcivis)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/#post-5739735)
 * I really appreciate the quick feedback and advice. I definitely have some learning
   to do with regards css and will take your advice in looking at the testing tools
   you mention.
 * Thanks !
 *  Thread Starter [Noxcivis](https://wordpress.org/support/users/noxcivis/)
 * (@noxcivis)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/#post-5739736)
 * Live CSS editing just opened my eyes in a big way. I grabbed [https://chrome.google.com/webstore/category/apps?hl=en](https://chrome.google.com/webstore/category/apps?hl=en)
   and have achieved the desired effect using the second of your suggestions.
 * Thanks again !!!!!
 *  Thread Starter [Noxcivis](https://wordpress.org/support/users/noxcivis/)
 * (@noxcivis)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/#post-5739738)
 * Oh, and just for the record, which will probably be obvious to those of you with
   way more knowledge of CSS than me, I added the suggested code to the CSS stylesheet
   of the **main theme** and not the stylesheet of the Linkview addin. The former
   worked but the latter did not.
 *  [yezzz](https://wordpress.org/support/users/yezzz/)
 * (@yezzz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/#post-5739745)
 * You’re welcome. Glad you learned something.
 * Actually you’re posting in the support for the link library plugin, not link 
   view. I admit I didn’t notice before, as link library allows to fully customize
   the html.
 * If that plugins’ css doesn’t work you may want to ask the link view author [here](http://wordpress.org/support/plugin/link-view).
 *  Thread Starter [Noxcivis](https://wordpress.org/support/users/noxcivis/)
 * (@noxcivis)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/#post-5739748)
 * Oops. So close but yet so far with my post accuracy 🙂
 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/#post-5739936)
 * Thanks for jumping while I was travelling yezzz.
 *  [yezzz](https://wordpress.org/support/users/yezzz/)
 * (@yezzz)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/#post-5739937)
 * Cheers!

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

The topic ‘Adding space after a link description.’ is closed to new replies.

 * ![](https://ps.w.org/link-library/assets/icon-256x256.jpg?rev=971117)
 * [Link Library](https://wordpress.org/plugins/link-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/link-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/link-library/)
 * [Active Topics](https://wordpress.org/support/plugin/link-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/link-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/link-library/reviews/)

## Tags

 * [<br>](https://wordpress.org/support/topic-tag/br/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)
 * [white-space](https://wordpress.org/support/topic-tag/white-space/)

 * 8 replies
 * 3 participants
 * Last reply from: [yezzz](https://wordpress.org/support/users/yezzz/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/adding-space-after-a-link-description/#post-5739937)
 * Status: resolved