Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1036586

    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

    #1037749

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.