Facebook like button adding too many images

mintorifa

New Member
So I added a Facebook like button to my page, so far so good, but the thing is it keeps trying to be wider than I tell it to be and it spills over into my other content.\[code\]<div class="fb-like" data-href="https://www.facebook.com/tangoalphatango" data-send="false" data-width="600" data-show-faces="true"></div>\[/code\]If I add an overflow:hidden style and make the height 65px, that will chop off the extra friend image it's trying to add, that's a quick fix.But, I'm trying to come up with a more elegant solution. I'm trying to make the Facebook like button do what I tell it to do which is be only 600px wide.
 
Back
Top