Hi - I can't figure out how to move the links in my blogroll to the left. I just can't for the life of me see what style is controlling them: http://www.atlasbiblico.com (links list on the left). FYI the site is in Spanish. Thank you.
Hi - I can't figure out how to move the links in my blogroll to the left. I just can't for the life of me see what style is controlling them: http://www.atlasbiblico.com (links list on the left). FYI the site is in Spanish. Thank you.
There isn't any specific CSS/style. That's the problem. Try adding the following to style.css:
ul.blogroll {
margin:0;
padding:0;
}This topic has been closed to new replies.