I have a problem with the links under my blogroll widget being idented. I need for them to line up on the left side and I cannot figure out how to do it.
http://www.partnershiprussia.com/internationalchristianblog
Thanks
I have a problem with the links under my blogroll widget being idented. I need for them to line up on the left side and I cannot figure out how to do it.
http://www.partnershiprussia.com/internationalchristianblog
Thanks
Try editing style.css and changing:
#sidebar ul {
clear:both;
list-style-type:none;
margin:0 0 3em;
}
to:
#sidebar ul {
clear:both;
list-style-type:none;
margin:0 0 3em;
padding:0;
}That did it! You're good at this esmi! Thank you very much again!
Randy
This topic has been closed to new replies.