I am building a web site using x theme’s integrity 02, but can you extend the posting page width? Please tell me the procedure to expand the width.
Hi Nao,
To expand the width of your post’s page, you can add the code below in Theme Options > CSS
.single-post .x-container.max.width {
max-width: 100%;
width:90%;
}
Change 90% to adjust
Hope this helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.