Site logo

Archived topic

How can I change the container width of just posts and keep pages as they are?

3 replies · Started by kyle on April 10, 2017

Viewing posts 1–4 of 4

How can I change the container width of just posts and keep pages as they are?

Thanks in advance

Kyle

Okay, this worked but now I have another unforeseen issue. I would like my nav bar to remain the same width as on the other pages and not expand with this larger post container size.

Would you happen to know how I can achieve this?

Thank you :)

Try this CSS instead:

.single .site.grid-container {
    max-width: 1000px;
}

Let me know :)

This archived topic is closed to new replies.