Site logo

Archived topic

Container Width (Having Site & Blog be Different?)

3 replies · Started by André on December 13, 2018

Viewing posts 1–4 of 4

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é

Give this a shot:

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

Let me know :)

Like a charm, Tom. Thx man.

You're welcome :)

This archived topic is closed to new replies.