我正在尝试将youtube视频集中在此页面上:
http://www.cultcitychi.com/event/interpol-the-riv/
使用此代码的变体
.post_content iframe {
display: block;
margin: 0 auto;
}
上面的代码适用于" post_content"我需要它来处理这个事件页面的内容。我无法弄清楚如何为它生成适当的标签。
答案 0 :(得分:2)
您现在正在设置margin-left:-170px
。因此,要将视频集中,请包含
.entry-content .jetpack-video-wrapper { margin-left:0; }
in style.css。
答案 1 :(得分:1)
从style.css?ver = 4.0中删除直接影响此元素的margin-left: -170px;
属性。
其中一个继承属性似乎干扰了播放器的布局。
Here is a screenshot that shows the property that I am referring to.
只需删除此属性即可将播放器与浏览器中心对齐