Trying to center a Google Doc Embed iframe

Hey everyone, I hope someone can help me with this, but my guess is there’s no way to do it.
Below is the share link to a very simple webpage with a single embeded “publish to web” Google Doc. I only want to center it horizontally. Everything else is fine.

Any help on this would be much appreciated!

https://preview.webflow.com/preview/documentation-809347?utm_medium=preview_link&utm_source=dashboard&utm_content=documentation-809347&preview=66687f3d8132bafc8004890910ddbb75&workflow=preview

Interesting,
Had a quick play with this.
Try


and you may want to change the embed code

<iframe src="your doc link" style="width: 100%; height: 100%; border: none;"></iframe>

The name and numbers you can change, seems to like having the contents of style in the style " ---- " block.

1 Like