Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #984275

    Im having problem when i’m including Iframes from specific Elements in Enfold theme. I want to create table cells using iframes from different sources. The problem i’m having is when doing so I get large empty spaces between the iframes.

    How do I get rid of the space between the iframes and create what for the end user apears to be a uniform table?

    The code im using to create the table cells is:

    <iframe src=”URL” width=”100%” height=”400px” scrolling=”no” >
    </iframe>
    <iframe src=”URL2” width=”100%” height=”400px” scrolling=”no” >
    </iframe>
    <iframe src=”URL3” width=”100%” height=”400px” scrolling=”no” >
    </iframe>

    Loving the theme and would love to get help with this.

    BR
    Mikael

    #984298

    Hey Kalleanka12,

    The site iframe is pulling the entire site, so those spaces are things like the logo image (which is white so it can’t be seen against the white background). Perhaps try using css to hide or remove the header area from the pages being pulled on the iframe.

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.