Have just resolved a small rpobelm when embedding a google video (see https://kriesi.at/support/topic/you-tube-video-embed-problem/#post-1036539)
Similar problem again now when embedding google map and street view in iframes. when a small white strip shows at the bottom of iframes. This seems to be a google thing but am sure can be resolved using css
last solution used #top .avia-video,
#top .avia-iframe-wrap {
margin-bottom: 0;
}
see page http://www.anderseyfarm.co.uk/location/
need something similar for this page now
Hey madmanbean,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_textblock iframe {
margin-bottom: -10px;
}
If you need further assistance please let us know.
Best regards,
Victoria