Inoryum-Ltd / aesto

Free Ghost theme with membership support. Minimal content focused design with multi author supported.
https://aesto.visioun.com
MIT License
36 stars 10 forks source link

Youtube video overflows other content #9

Closed ayyilmaz closed 3 years ago

ayyilmaz commented 3 years ago

Youtube video overflows other content. I put divider after video embed but it doesnot enough video overflows on text.

You can test on this link: https://istihbarat.club/blog/bahai-lotus-tapinagi/

vvv

ayyilmaz commented 3 years ago

I solved my problem by adding these lines to code injection.

    .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
        position: relative !important; 
    }

    .fluid-width-video-wrapper {
        padding: 5px !important;   
    }
saleheenkhan commented 3 years ago

Hi, I am glad you fixed the issue.. I will patch the theme with your fix

Thanks