adifederico Posted September 13, 2022 Posted September 13, 2022 Site URL: https://www.keystorage.com/video-copy I am currently upgrading to fluid engine and while upgrading I decided to try a different design on my video resources page. While adding some custom code to the pages advanced code section I got everything working the way I would like except for 2 things. 1.) the border around the iframe video is getting cut off in some videos (I will upload photo). 2.) There is some extra padding below the video itself I cannot remove and would like to for this page only (I will include a photo). This page is currently live but not accessible to the public as of right now. Any help would be appreciated.
Solution tuanphan Posted September 17, 2022 Solution Posted September 17, 2022 Try adding this to Design > Custom CSS to reduce space /* video padding */ .embed-block-wrapper { margin-bottom: 0px !important; padding-bottom: 50% !Important; } adifederico 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
adifederico Posted September 20, 2022 Author Posted September 20, 2022 On 9/17/2022 at 4:46 AM, tuanphan said: Try adding this to Design > Custom CSS to reduce space /* video padding */ .embed-block-wrapper { margin-bottom: 0px !important; padding-bottom: 50% !Important; } Thank you so much, that code worked. KeDesign and tuanphan 1 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment