Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, danielcasciato.

    find this in style.css

    .progarm span {

    background: url(‘images/arow.png’) no-repeat scroll left 5px transparent;
    margin: 2px 0;

    }

    1. reduce margin values to reduce spacing
    2. remove background setting to hide bullet

    to

    .progarm span {

    /**background: url(‘images/arow.png’) no-repeat scroll left 5px transparent;**/
    margin: -2px 0;

    }

    Thanks,

    Hanafi.

    Thread Starter danielcasciato

    (@danielcasciato)

    That worked perfectly. Thank you, Hanafi!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Can I Adjust Spacing in a List?’ is closed to new replies.