Jump to content
  • 1

Left-align iFrame contents


RunForrestRun

Question

4 answers to this question

Recommended Posts

  • 1

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>

Link to comment
Share on other sites

  • 1
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?
image.png.12b823060c8f6e283b6c7fcc08041cbf.png
 

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

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...