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

    Hi,
    I’ve to place an iframe inside a page to embed the forum but this frame got always a border all around that I can’t remove, digged a bit and tried some old solutions ( also create a custom wordpress page ) but didn’t worked
    I would like to remove the borders and leave the iframe full size

    • This topic was modified 4 years, 6 months ago by ramius86.
    #1215969

    Hey ramius86,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-674 iframe {
        width: 100%;
        height: 100vw;
    }

    Best regards,
    Rikard

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