[Resolved] How to resize container's size of the blog archive page?

Home Forums Support [Resolved] How to resize container's size of the blog archive page?

Home Forums Support How to resize container's size of the blog archive page?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #779323
    Matteo

    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.

    #779370
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    body.blog .site.grid-container {
        max-width: 700px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.