justjeremy Posted March 23, 2020 Share Posted March 23, 2020 I have this code block for my page but it doesn't show up right? I tried many codes but they all don't seem to work so I would really appreciate if someone could. On my page, it gets cut off. It doesn't fully render towards the bottom. I've attached a similar code block that works perfectly well on their page. Thoughts? Help? Thanks! Link to comment
tuanphan Posted March 23, 2020 Share Posted March 23, 2020 Can you share link the page where you inserted code block? 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
justjeremy Posted March 23, 2020 Author Share Posted March 23, 2020 https://www.deltabaydentalgroup.com/ Here it is Link to comment
tuanphan Posted March 23, 2020 Share Posted March 23, 2020 1 hour ago, justjeremy said: https://www.deltabaydentalgroup.com/ Here it is can you provide password? 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
justjeremy Posted March 24, 2020 Author Share Posted March 24, 2020 It should be deltabay2020 Also, I have similar issues when viewing on mobile 😭 Link to comment
justjeremy Posted March 24, 2020 Author Share Posted March 24, 2020 Just incase you needed it as well, here's the code: <div id="SVCContainer" data-sv-url="https://app.smilevirtual.com/Dr-Tane-Rontal/sign-up"></div><script src="https://www.smilevirtualconsult.com/widget/2.0/svc-widget-iframe.js"></script> Link to comment
tuanphan Posted March 24, 2020 Share Posted March 24, 2020 52 minutes ago, justjeremy said: It should be deltabay2020 Also, I have similar issues when viewing on mobile 😭 Add to Home > Design > Custom CSS div#SVC { padding-bottom: 800px !important; overflow: visible !important; } @media screen and (max-width:640px) { div#SVC { padding-bottom: 1100px !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
justjeremy Posted March 24, 2020 Author Share Posted March 24, 2020 Thank you so much, it worked!! I also see you around here a lot so thank you for helping all of us! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.