htmlcssfacebookfacebook-likefacebook-likebox

Facebook like button offset beneath div even though there's no margin or padding


As you can see from the example below, the Facebook like button is supposed to appear in that blank space between the date and the start of the article, but instead it's shifted downwards for an unknown reason that I can't figure out. I'm sure it's some obscure weird CSS stuff, but any help is appreciated. Thanks! :-)

And here's the actual page: http://readabout.me/achievements/Reinhardt-University-s-Morgan-Sparks-Selected-for-Who-s-Who-Among-Students-in-American-Universities-and-Colleges/3638644

Exapmple


Solution

  • I fount the issue

    Please remove margin #news-story iframe.fb_ltr

    http://readabout.me/stylesheets/news.css line 30 - and set padding top on "#fbLikeButton" problem will be solve

    I could fixed the issue on firebugg , this is print screen;