Viewing 4 replies - 1 through 4 (of 4 total)
  • You have a custom css plugin which contains this:

    .widget_FacebookLikeBox {
     position: absolute;
     margin-left: auto;
     margin-right: auto;
    }

    Change it to this:

    .widget_FacebookLikeBox {
     margin:  0 auto;
    }
    Thread Starter adeizasama

    (@adeizasama)

    Wow, thank you very much. I can’t believe it didn’t occur to me that I tampered with the facebook widget before. Thanks again.

    Actually looking at your site after you applied the fix, the widget isn’t centred, which is how I think you want it.

    Try changing margin: 0 auto; to text-align: center;

    Thread Starter adeizasama

    (@adeizasama)

    May your days be prosperous, friend. That is EXACTLY how I wanted it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebar height extending past border’ is closed to new replies.