Archived topic
How do i center custom iframe form?
3 replies · Started by Sean on June 30, 2019
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
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
Great, all working thanks David!
You're welcome