标签: css wordpress
我需要将此位置居中:https://www.nologo.surf/4-fun/在360º图像上不是中心...
谢谢
答案 0 :(得分:1)
在您的具有threesixty-image类的div上添加以下内容:
threesixty-image
.threesixty-image { margin: auto; }
我在浏览器中进行了测试,应该可以为您居中
答案 1 :(得分:1)
只需将此代码添加到CSS中
.threesixty-image { margin:0 auto; }