Forums

editing entry spacing on a "Recent Post" widget? (3 posts)

  1. afe
    Member
    Posted 1 year ago #

    hello
    i was wondering if it is possible to edit the spacing between each entry on a particular widget on my website called "Recent Posts". I would like to reduce the size between one and the other.. as shown on this image:

    http://img224.imageshack.us/img224/4279/76577028uh0.jpg

    any help on this matter or pointing me on the right direction will be much appreciated .

  2. sewmyheadon
    Member
    Posted 1 year ago #

    Hi Afe,

    in your style.css file, change this:

    .widget li { margin: 2em; padding: 0.5em; }

    to something like:

    .widget li { margin: 0.5em 2em; padding: 0.5em; }

    Cheers!

  3. afe
    Member
    Posted 1 year ago #

    1 billion thnx to you!
    much appreciated, i knew it had to be something simple
    may the force be with you ! :D

Topic Closed

This topic has been closed to new replies.

About this Topic