Brian’s Latest Comments Widget

Looking for a Widget version of Tarski’s “recent comments” block? Here’s one. Be sure to get the Tarski links Widget, too.

Tags: ,

6 comments

Hey there !
Just to tell that i’m facing a little issue with tarski Link widget.
I’m using to different link catégory but there is no space between the last link of the previous category and the title of the next category , how to change that ? i suppose in the plugin php file ?

thanks for your help ! you can see my problem at http://www.iclectic.fr

thanks

Jean-Laurent, you can modify your CSS to add extra bottom margin to #tarski-links ul, like so:

#tarski-links ul { margin-bottom: 1em; }

If that’s not enough extra margin, you can change the 1 to something more suitable. Let me know if that works!

You know i’m not a PHP code or CSS expert, i’m using tarski widget plugins to manage links, do you know where exactly put this code in ? main ccs file , and where exactly ? or anywhere else ?

thanks for your precious helps

Anywhere in style.css should work, although we would suggest using an alternate style instead to preserve upgrades. See the note at the top of style.css for details.

Don’t worry I have noticed that , and i’m currently using a perso.css template.

Everything’s fine now thanks for your help !!!