html - Facebook Comments box plugin automatically changed width -
http://adamginther.com/wedding/?#
as can see on "guestbook" component of website, width of facebook plug-in within div has changed abruptly. strange error had worked in mamp didn't(the same time automatically adjusted width.
is there reason why happening/any way fix it? adjust overflow needs stay @ scroll because needs same width of div.
your iframes margin-left causes issue
see image
so add
iframe { margin-left:0px !important; }
Comments
Post a Comment