2024-04-27
20210520 Css

由於 jetpack related posts 的位置從 css 來看, 會指定為靠左, 而若是使用像 blocksy 等居中對齊的 theme 會導致 related posts 位置異常, 所以需要調整.

調整方式利用 customize -> additional css 的方式來實施, 加入如下的 css:

#jp-relatedposts {
    width: 90%;
    margin: 0 auto;
}

即可順利在每篇 post 之後的 related posts 與文章一樣居中對齊囉.

Reference: https://wordpress.org/support/topic/how-to-center-align-related-posts-text-and-images/

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

Enable Notifications OK No thanks