• 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 .

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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!

    Thread Starter afe

    (@afe)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘editing entry spacing on a “Recent Post” widget?’ is closed to new replies.