How to increase the width of my post without having the sidebar removed?
Hi Ronel.
Thanks for writing in! You can try adding the following CSS rules into your Theme Options > Global CSS area and see if that what you expected. If not, you can always change accordingly or remove the code added.
.blog .x-container.max {
max-width: 1280px;
}
.blog .x-container.width {
width: 100%;
}
.single-post .x-container.max {
max-width: 1280px;
}
.single-post .x-container.width {
width: 100%;
}
Thanks!
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.