WhompWorld Posted July 27 Share Posted July 27 Hello! I am embedding a google doc on my client's site and having trouble customizing the formatting to THIS PAGE: https://www.keenaco.com/las-vegas-show-specials Is there a way to make it: 1. Centered and fill the Screen on desktop. 2. No Shadow Boarder 3. Mobile: text not as compact as it is showing up. This was the code that I embedded: Embedded Code <center> <iframe src="https://docs.google.com/document/d/e/2PACX-1vRpAnSS71x0kR9qrZSDGNCdgyktzvQgrgkXplytPY_XrcquGYkokFt2nL9SfZogUQ/pub?embedded=true"height="1000px" width="100%" scrolling="yes"></iframe> </center> Link to comment
tuanphan Posted July 28 Share Posted July 28 Can you share link to page where you added it? 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
WhompWorld Posted July 28 Author Share Posted July 28 Yes! I had it in there it is https://www.keenaco.com/las-vegas-show-specials Link to comment
Solution tuanphan Posted July 29 Solution Share Posted July 29 This in iframe code, so you can't adjust it, the only way we can do is reduce embed width add this to Design > Custom CSS div#block-yui_3_17_2_1_1690495933125_1838 iframe { width: 800px; border: none !important; } @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1690495933125_1838 iframe { width: 100% !important; } } 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