• What do we have to change in styles.css to have sidebar-links left-justified. We are using Internet Explorer 9 and they are right-justified.
    I don’t know where to do the changes.
    web: http://www.krebskranke-kinder-kiel.de

    .widget a {
        font-weight: bold;
        text-decoration: none;
        text-align: left;    /* this is the line I added, but there is no                           change */
    }
Viewing 1 replies (of 1 total)
  • It looks as though the links are left-justified, it maybe a list issue in the .ul li style picking up padding/margin to the left of the item. However it looks fine in Firefox and Chrome so you may also have to create an IE specific style sheet to add this CSS change so it doesnt alter the change on other broswers.

Viewing 1 replies (of 1 total)
  • The topic ‘need sidebar links left-justified’ is closed to new replies.