Franmc Posted May 12, 2021 Posted May 12, 2021 Site URL: https://www.reelhires.com/app Hi! I essentially want a landing page for our app that is under the domain but apart from the rest of the website. The app is working successfully in the embed block but the block itself is in an odd position. I want to make it full-bleed or at least full page. I have tried CSS code to remove padding aimed at both the block and the section, but nothing happened, which makes me think part of the problem is targeting the embed block. Help!
tuanphan Posted May 14, 2021 Posted May 14, 2021 On 5/12/2021 at 11:37 PM, Franmc said: Site URL: https://www.reelhires.com/app Hi! I essentially want a landing page for our app that is under the domain but apart from the rest of the website. The app is working successfully in the embed block but the block itself is in an odd position. I want to make it full-bleed or at least full page. I have tried CSS code to remove padding aimed at both the block and the section, but nothing happened, which makes me think part of the problem is targeting the embed block. Help! Add to Design > Custom CSS /* App fullbleed */ div#block-yui_3_17_2_1_1620064766074_2497 iframe { position: fixed; top: 0; left: 0; width: 100%; height: 100%; max-width: unset; } 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!)
Franmc Posted May 16, 2021 Author Posted May 16, 2021 On 5/14/2021 at 6:35 AM, tuanphan said: Add to Design > Custom CSS /* App fullbleed */ div#block-yui_3_17_2_1_1620064766074_2497 iframe { position: fixed; top: 0; left: 0; width: 100%; height: 100%; max-width: unset; } Actually, there's a problem with the overflow. It doesn't show for you as you won't be signed in, but there are screens in the app that scroll down and the content is cut off at the bottom. Any thoughts?
tuanphan Posted May 18, 2021 Posted May 18, 2021 On 5/16/2021 at 10:30 PM, Franmc said: Actually, there's a problem with the overflow. It doesn't show for you as you won't be signed in, but there are screens in the app that scroll down and the content is cut off at the bottom. Any thoughts? Can you take a screenshot? 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!)
tuanphan Posted May 19, 2021 Posted May 19, 2021 13 hours ago, Franmc said: Can you provide a test account? We can check easier 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.