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;
}
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 !
Live CSS editing just opened my eyes in a big way. I grabbed https://chrome.google.com/webstore/category/apps?hl=en and have achieved the desired effect using the second of your suggestions.
Thanks again !!!!!
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.
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.
Oops. So close but yet so far with my post accuracy 🙂
Thanks for jumping while I was travelling yezzz.