> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 【部落格】如何調整部落格文章的版面間距（Gizmos 和 Urbn）

如果想要調整文章內容的版面間距，可以參考以下步驟

首先前往編輯原始碼》templates 》 article.liquid 》 大約 37 行 》加上 style="padding: 0 6rem;" 代碼

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image_1jaxh3t.png)

*如果想要更多空白的間距，只需把 6rem 往上調，如 7rem , 8rem , 9rem

之前

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image_7hwrtq.png)
之後

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image_tudgi3.png)