在 Wordpress 中居中特色图片 [关闭]
Posted
技术标签:
【中文标题】在 Wordpress 中居中特色图片 [关闭]【英文标题】:Centering featured image in Wordpress [closed] 【发布时间】:2019-10-15 14:24:04 【问题描述】:我想在我的网站上将 Wordpress 特色图片居中:https://link.do/ibXD8
我在主题属性中找不到合适的选项。
【问题讨论】:
【参考方案1】:https://wordpress.org/support/topic/center-featured-imagine/ 添加下面的 css 代码可能会解决您的问题。
.attachment-post-thumbnail
margin: 0 auto;
或
. image
text-align: center;
【讨论】:
如果它不起作用,请告诉我。 这个不行。 尝试 text-align: center;在 CSS 中【参考方案2】:将此规则添加到您的 CSS:
.page-header-image.grid-parent
text-align: center;
此元素包含图像并具有全宽:由于图像是内联元素,text-align: center;
将在其容器内居中。
【讨论】:
终于成功了! 我没有看到反对票,但您以 5 票反对和 2 票接近票回答了一个离题问题。不酷。以上是关于在 Wordpress 中居中特色图片 [关闭]的主要内容,如果未能解决你的问题,请参考以下文章
如何强制WordPress Gutenberg刷新特色图片?