[Support request] How do i center custom iframe form?

Home Forums Support [Support request] How do i center custom iframe form?

Home Forums Support How do i center custom iframe form?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #945353
    Sean

    How do I center this iframe form on my contact page that I have added as custom HTML?

    Also, how do i add some padding to the left and right to the text above the form so it is not stretched to the end of the page.

    Thanks,
    Sean

    #945373
    David
    Staff
    Customer Support

    Hi there,

    simplest way would be to center the entry content for that specific page with this CSS:

    .page-id-379 .entry-content {
        text-align: center;
    }

    You have the Page Builder container set to full width if you set it to default then none of the content will extend to the edge of the screen

    #945376
    Sean

    Great, all working thanks David!

    #945377
    David
    Staff
    Customer Support

    You’re welcome

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