• On my website, in the right column, the hyperlinks don’t line up correctly with the bullets and lines. I’m a complete newbie at this and the guy who originally set up my site is no longer involved in web development.

    My site is:

    https://nussivo.com

    Can someone please point me in the right direction and give me a clue as to what I need to change, and in which file, to get this to work correctly? It would be greatly appreciated.

    Thanks,
    Glenn

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look in style.css
    (nussivo.com/wp-content/themes/yourblog-20-theme/style.css)

    Find this line: (around line 1400)

    #sidebar li li{
    	list-style-type: none;
    	margin-top: 6px;
    	margin-left: 27px;
    }

    and change to:

    #sidebar li li {
    	list-style-type: none;
    	margin-left: 27px;
    	line-height: 22px;
    }
    Thread Starter maddog_

    (@maddog_)

    THANK YOU so much. Amazing how simple that was, though it would have taken me forever to figure it out without your generous help.

    Thanks for saving me hours of time and allowing me to get this fixed!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullets and Hyperlinks don’t line up’ is closed to new replies.