Franmc Posted May 12, 2021 Share 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! Link to comment
tuanphan Posted May 14, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Franmc Posted May 14, 2021 Author Share Posted May 14, 2021 Thank you so much! Works perfectly Link to comment
Franmc Posted May 16, 2021 Author Share 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? Link to comment
tuanphan Posted May 18, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted May 19, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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