I have an iframe surrounded by div element and I am simply trying to position it always in the center. here is my jsfiddle effort : jsfiddle
and tr
Try this:
#wrapper { text-align: center; } #wrapper iframe { display: inline-block; }