Forums

[resolved] Link alignment under Blogroll widget (3 posts)

  1. rcgibbons1
    Member
    Posted 2 years ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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;
    }
  3. rcgibbons1
    Member
    Posted 2 years ago #

    That did it! You're good at this esmi! Thank you very much again!
    Randy

Topic Closed

This topic has been closed to new replies.

About this Topic