• hi

    i display the widget “links”.
    the links are very close to each other.

    can i define an empty line between them? hr ? any other way to seperate them?

    thanks

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

    Yes, it’s possible.

    Try to find this parameter in your style.css file :

    #sidebar li

    In this example below, I’ve added 7 pixels TOP, and 7 pixels BOTTOM 😉

    #sidebar li{
    	margin-top: 7px;
    	margin-bottom:7px;
    	margin-left: 0px;
    	margin-right: 0px;
    	padding: 0px;
    	list-style:none;
    	}
    Thread Starter lenchuk

    (@lenchuk)

    g r e a t e
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘spacing the links’ is closed to new replies.