Leo
(@leohsiang)
Hi there,
So you want the container for that specific page to be full width?
If so give this a shot:
https://docs.generatepress.com/article/page-builder-container/
Thread Starter
lmpele
(@lmpele)
Is this a premium feature? I can’t see a page builder container feature in my GeneratePress.
Thread Starter
lmpele
(@lmpele)
Also, the content is inserted via shortcode and doesn’t seem to respond to standard fullwidth settings like an image would.
Leo
(@leohsiang)
The page builder container option is included in the free theme as well.
It’s in the metabox of each page.
As for shortcode not being full width, I’d assume it’s because itself has some sort of width set already.
Thread Starter
lmpele
(@lmpele)
Thanks, I was able to find it. Is there any way to get the block to be the whole page, as in the page doesn’t show the title, site identity, or anything other than the block so I can adjust the map to fill the maximum height and width of the user’s screen?
Leo
(@leohsiang)
Just for that one page? If so you can use this CSS:
.home .site-header, .home .main-navigation {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thread Starter
lmpele
(@lmpele)
Thanks, that helped a ton! I think the settings that are restricting the map from reaching proper dimensions are within the plugin itself now.