Viewing 3 replies - 1 through 3 (of 3 total)
  • Try setting the iframe width to a percentage like 100%.

    Thread Starter twinkle14

    (@twinkle14)

    Where will I set it to 100% what code will I use?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding CSS;

    .page-template-default #content #left-col,
    .page-template-default #content #left-col .post-entry {
     width: 100%;
    }

    Then using MickeyRoush’s suggestion, use 100% in the width attribute of the iFrame. Can you access this in the HTML view of your post?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘iframe trouble’ is closed to new replies.