• hi, how do i get rid of the space between the list items in my sidebar? (i’m using the presswork theme)

    here’s a link to the page i’m editing: https://www.lizartlizard.com/blog/

    i.e. in the sidebar there’s too much line-height space between

    test
    Hello world!

    and

    Log in
    Entries RSS
    Comments RSS
    www.ads-software.com

    i’ve tried padding, and line-height but i guess i’m not finding the correct tag. yes i’ve tried with firebug.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your css file, edit side-widget class

    Search for:
    .side-widget {

    Replace:
    margin: 0 0 20px;

    With
    margin: 0 0 XXpx;
    where XX is a value smaller than 20px
    I recommend margin: 0 0 2px;

    Thread Starter stargirl1

    (@stargirl1)

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to get rid of space between sidebar list’ is closed to new replies.