Wordpress Iframe中心

时间:2018-06-16 14:13:15

标签: wordpress iframe wordpress-theming

在我的网站https://www.nologo.surf/order-online/上,主题是Wordpress中的Uncode。 我不能把iframe集中...... 在此链接中:https://www.nologo.surf/order-online/ iframe不是中心而且不够......

在这里:https://www.nologo.surf/twin/在360º图像上不是中心...

你能帮帮我吗? Thnaks

1 个答案:

答案 0 :(得分:1)

只需为这个iframe使用简单的CSS

iframe {
    display: block;
    margin: 0 auto;  
}

对于360º中心图像添加此(或类似内联样式):

#threesixty-slider-1889_HIg3ll {
    display: inline-block;
}