Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When using the facebook 'like box' plugin without a header and faces there is a gap left at the bottom. This even happens on the facebook developer site for the 'like box'.

Facebook developer LikeBox page

Go there and switch off 'show faces and 'show header' and look at the bottom of the vertical scroll bar. It does not extend correctly to the bottom of the box?

share|improve this question

1 Answer

On the DOM item just below the likebox plugin, use margin-top:-15px; That should scoot it up :)

share|improve this answer
Hi DMCS, Thank you for your prompt reply, but I have been unable to make this work. Just in case I am being really thick this morning - could you show an example (preferably an iframe one). Thanks again. – Terry Hooper Dec 23 '11 at 10:49
<div id="something-above"></div><div class="fb-like-box" data-href="facebook.com/platform"; data-width="292" data-show-faces="false" data-stream="true" data-header="false"></div><div id="something-below" style="margin-top:-15px;"></div> – DMCS Dec 23 '11 at 16:28
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 14:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.