Blog page & posts width

Hi, I have my site set at 1200px wide but I need my blog page and the posts to be set at 1300px. How can I achieve this?

TIA,
Rena

Hello Rena,

Thanks for writing in! To resolve your issue, you will have to adjust the width via custom css. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.blog .x-container.max.width,
.archive .x-container.max.width,
.single-post .x-container.max.width {
  max-width: 1300px;
}

This code will change the maximum width of the container to 1300px. It includes the blog index, archive pages and the single posts.

Please let us know if this works out for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.