Viewing 3 replies - 1 through 3 (of 3 total)
  • All your other widgets are using the id=widgetbox1 for styling whilst the blogroll is using id=linkcat-2 ..which isnt in your style.css.. that is the problem.

    To fix it either do this:

    change the id for the blogroll widget from linkcat-2 to widgetbox1 or add this:
    #linkcat-2 {
    margin: 0px auto;
    background-color:#566;
    height:auto;
    width:auto;
    }

    into your style.css in your theme folder…
    That should fix it..

    Thread Starter sbhedges

    (@sbhedges)

    Thanks very much roy, it worked!

    Thanks so much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with BlogRoll widget’ is closed to new replies.