Site logo

Archived topic

Fullwidth never really is

3 replies · Started by Côme on October 21, 2020

Viewing posts 1–4 of 4

Hi,

I have a huge screen, and when I'm trying to make a container fullscreen, it never does.
I have the last versions of generatepress and generateblocks.

- In customizer > layout > Container Width is set to 2000 (If I change this value, nothing changes)
- In the Gutenberg editor, the "content container" type is set to default (as full witdh changes nothing)
- Block's settings are all set to full width

You can look at my settings in this short video (1min55sec / no sound) : https://recordit.co/24DMn5NBAQ

Thanks,
Côme

Hi there,

Go to Customizer > Additional CSS and remove this CSS that you have:

.no-sidebar .inside-article > *, .no-sidebar #comments, .no-sidebar .nav-links {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

That CSS was from the site library's layout, thank you very much.
Côme

Glad to be of help.

This archived topic is closed to new replies.