I am using a facebook like button on my web page. I need it to align at the right side of the page. But there is a horizontal scroll bar displaying.
Please see the fidd
to disable scroll, try something like;
.your_div_class{ overflow-x: hidden; overflow-y: scroll; }