RunForrestRun Posted March 16, 2021 Report Share Posted March 16, 2021 Hi, is there any way that I could move the contents of this iFrame to the left? Katey1234 1 Quote Link to comment Share on other sites More sharing options...
1 Flowers4Algernon Posted March 16, 2021 Report Share Posted March 16, 2021 Hi, You may try pasting this on the Header DataPage element of your wizard: <style> @media only screen and (min-width: 577px) and (max-width: 1024px) { section[class^="cbFormSection"], section.cbCalendarReport, nav.cbCalendarNavBarPanel, .cbAuthSimpleOuterTable, .cbAuthSidebarOuterTable { margin-left: 0% !important; } </style> Katey1234 1 Quote Link to comment Share on other sites More sharing options...
1 TellMeWhy Posted March 18, 2021 Report Share Posted March 18, 2021 On 3/16/2021 at 10:38 AM, RunForrestRun said: Hi, is there any way that I could move the contents of this iFrame to the left? This happends because the Iframe goes responsive mode, and responsive mode centers every content, if you widen your iframe, it will go back to like the desktop mode aligning to the left. There will be some indention, though, as it is still in an iframe Quote Link to comment Share on other sites More sharing options...
0 Katey1234 Posted March 18, 2021 Report Share Posted March 18, 2021 Hello, thanks for asking. Use:- <iframe src="example.html" align="left"></iframe> to align left frame contents. Cheers!! Quote Link to comment Share on other sites More sharing options...
0 PotatoMato Posted March 27, 2021 Report Share Posted March 27, 2021 Hi, you may also check this article: https://www.codegrepper.com/code-examples/html/iframe+align+center. Be sure to use the correct class or ID from Caspio. Hope this helps. -Potato Quote Link to comment Share on other sites More sharing options...
Question
RunForrestRun
Hi, is there any way that I could move the contents of this iFrame to the left?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.