[Resolved] Container Width (Having Site & Blog be Different?)

Home Forums Support [Resolved] Container Width (Having Site & Blog be Different?)

Home Forums Support Container Width (Having Site & Blog be Different?)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #755852
    André

    Hey Tom,

    I have our main Container Width set to the narrowest GP does (700px):

    Customize > Layout > Container Width > 700px

    I would like our blog to span the full page width (Fill Width > Fill Width), so that “Display posts in columns” looks less “cramped.”

    The customizer doesn’t seem to have the ability to control these area separately.

    Is it possible to achieve this through CSS?

    Thanks, Tom!

    André

    #755913
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    .generate-columns-activated .site.grid-container {
        max-width: 100%;
    }

    Let me know 🙂

    #757285
    André

    Like a charm, Tom. Thx man.

    #757624
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.