Archived topic
Center content
3 replies · Started by Rick on June 14, 2018
Viewing posts 1–4 of 4
I'm not able to center iframe content in a Section. The iframe is in this div:
<div style="display:block;margin:0 auto;"></div>
Any suggestions?
Thanks!
-Rick
Hi Rick,
A <div> is 100% wide by default.
Try doing this: <div style="display:block;margin:0 auto;max-width: 800px;"></div>
Thanks Tom! That gives me what I need.
Awesome, glad I could help :)
This archived topic is closed to new replies.