I have been wrestling with this for a few days now and need some help.
I am using the feature intro block to display 3 modules. The first two are images that link to a page. The 3rd is a module with a vimeo video that is formatted in a 1:1 frame.

In desktop view, it all works great (except on the video's learn more link, I have to add 300px top margin to get it appear below the video.

In the mobile phone view, the video module overlaps the block below it.

This is the desktop view

Phone view

    Hi evensenj,
    You can add the following CSS code to the templates/your-template/css/custom.css file:

    .t4b-feature-content iframe {
        position: relative !important;
    }
    Write a Reply...
    You need to Login to view replies.