Site logo

Archived topic

Width of post page

1 reply · Started by Damon on May 9, 2018

Viewing posts 1–2 of 2

Is there a way to limit the width of the Post Content page, on desktop, while leaving archive and blog widths set to default (100%)?

Hi there,

Try this CSS:

body.single .grid-container {
    max-width: 700px;
}

Let me know.

This archived topic is closed to new replies.