Archived topic
How to resize container's size of the blog archive page?
1 reply · Started by Matteo on January 11, 2019
Viewing posts 1–2 of 2
I use this code in Customizer-Css
body.page-id-2309 .grid-container {
max-width: 700px;
}
Where 2309 is the id of the blog archive page.
But it doesn't work.
Hi there,
Try this:
body.blog .site.grid-container {
max-width: 700px;
}
This archived topic is closed to new replies.