html - 无法在移动设备和桌面设备上将照片居中

标签 html css wordpress

我已经使用这个主题在 Wordpress 上建立了一个基本的纪念页面 - https://github.com/auniverseaway/rememberingjeff

但我在移动设备和桌面设备上都无法将照片居中。它似乎比在移动设备上显示的更靠右,而在桌面上更靠左。

感谢任何帮助。

最佳答案

Nick 的图像使用 class="size-full wp-image-13 aligncenter"

设置样式

不幸的是,aligncenter 没有在你的 css 中设置。

2016 年主题示例:

.aligncenter {
   clear: both;
   display: block;
   margin: 0 auto 1.75em;
}

对您的损失深表歉意。

关于html - 无法在移动设备和桌面设备上将照片居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39605085/

相关文章:

javascript - Webpack:不同类型的多个入口点(JS、HTML、LESS……)

php - 脚本和样式未在 wordpress 中加载

html - CSS:字体系列样式的优先级

html - 选择器之前的 CSS 不起作用

html - 自定义 twitter bootstrap 的宽度

php - 使用 meta_query 将当前日期与 Wordpress 中的时间戳进行比较

html - 从无 cookie 域提供静态内容

html - 导航栏显示不正确

html - 我怎样才能使 iframe 居中,同时让它内联显示?

javascript - 通过 JQuery Ajax 从 http url 下载文件