Site logo

Archived topic

Full Screen width with generateblocks

6 replies · Started by Praveen on October 25, 2020

Viewing posts 1–7 of 7

Hi guys,

I am facing a strange issue. I created a simple page using generate blocks, assign it to be "home page" and then using elements layout assigned both the page and Front page to be "full screen" width.

But somehow it does not work.

Strangely, when I remove the page, the front page gets " full screen". But does not when I assign a custom page.

Can you please help.

Hi there,

go to Customizer > Additional CSS and Delete this:

.no-sidebar .entry-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

Hi, it worked. How can I ensure that this change ONLY happens to front page and not other pages?

If you want to keep that CSS for other pages, then change it to this:

.no-sidebar:not(.home) .entry-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

thanks so much! I am always amazed by the speed of support by generatepress. It's unparalleled.

-respect-

Guys, one more quick query. In the video shown on this link - https://generateblocks.com/

when you make the 4 blocks - Container, grid , headline etc. You are using the panel in the right check 2 min 50 sec.

But the insert icon option is not showing in generateblocks any more. Is it removed?

Any chance you can open a new topic for the separate question?

Thanks :)

This archived topic is closed to new replies.