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

enter image description here

so add

iframe { margin-left:0px !important; } 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -