• Resolved neoamsoil

    (@neoamsoil)


    I’m using a twentyeleven child template to create a WordPress page that I embedded in my iWeb site. The site looks fine when you view the page directly:

    However, when I embed the page in iWeb using iFrame, the sidebar drops:

    I’ve searched and found lots of into about the sidebar dropping, but nothing that has either worked, or been directly related to my issues with iWeb/iFrame.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter neoamsoil

    (@neoamsoil)

    Looks correct through WordPress:
    https://ksquaredengineering.com/AMSOIL/WordPress/

    Looks incorrect through iWeb:
    https://ksquaredengineering.com/AMSOIL/News.html

    Thread Starter neoamsoil

    (@neoamsoil)

    Incase anyone has the same problem, I found a fix. After wasting so much time going through code and researching online, it was so simple!

    All I did was change the iFrame width in iWeb from 700px to 1000px and everything works; and it still comes out 700px.

    <iframe src=
    "https://XXXXX.com/XXXXX/WordPress/"
    style="width:1000px; height:1750px;
    border-width:0px;
    border-color:#990033;
    border-style:solid;"
    scrolling="auto" >
    </iframe>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar Drops in iWeb/iFrame’ is closed to new replies.