dcmarks Posted August 21 Share Posted August 21 On (facar.org/media) the iframe block sizing looks good on a computer, but on mobile there is a very awkward space on the bottom of the block. I attempted to set the height at 100%, but iframe wouldn't respond I was wondering if there was some CSS I could use to get the sizing of the iframe block to 100%, so that I could remove the extra space on mobile. Thanks for the help, Caden Link to comment
Solution tuanphan Posted August 23 Solution Share Posted August 23 You mean this space? Try this to Website Tools > Custom CSS @media screen and (max-width:767px) { .fe-66b24735385b0c50c7ff4343 { grid-template-rows: repeat(15,minmax(24px, auto)) !important; } div#block-yui_3_17_2_1_1723070578074_4051 iframe { height: 900px !important; } } 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!) Link to comment
dcmarks Posted August 26 Author Share Posted August 26 Worked beautifully! Thank you so much. The help is greatly appreciated. tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment