Viewing 6 replies - 1 through 6 (of 6 total)
  • You can remove the <p> tags around the images. That should move them close enough. If you need them any closer, you can play around with the padding and margins on the li tag.

    Thread Starter neil007

    (@neil007)

    THANKS

    Thread Starter neil007

    (@neil007)

    thanks for the advice above – but WHERE do i make these changes?

    Wherever you made the changes to put those icons in.

    Thread Starter neil007

    (@neil007)

    ive made the changes to the code in thw widgets im using but still no movement

    You could try the following:

    Look for this code in your css and change the 15px to 5px or thereabouts.

    #sidebar ul li {
    	list-style-type: none;
    	list-style-image: none;
    	margin-bottom: 15px;
    	}
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Icons – moving them closer’ is closed to new replies.