Hey all! I’m trying to put together a coming soon page. I used the Coming Soon template, though I suppose I could use anything.
Question: I want to have my home page fit the screen, whatever the screen size is. For instance, if you visit nextdraft.com, you’ll see how it doesn’t matter what size browser you are using, the homepage fills the browser window perfectly. Can I do this? I don’t even want to be able to scroll. I just want that one “screen” splash page.
An edge-to-edge page depends upon the theme in use.
For example, the Beaver Builder theme (part of the Pro package) has a No Header/No Footer page template which will provide what you are looking for. Additionally, it’s Default page template provides for edge-to-edge rows.
Thanks Lyle! However, I don’t think I am being clear. When I say “fit the screen” I am not only talking about width-wise, but height-wise. Also, I am referring to the first section of the page, not the entire page.
I’ve made a couple of quick screencasts with Droplr to hopefully show what I’m talking about. In the first one I am resizing the browser window with nextdraft.com open. In the second, I am resizing the browser window with one of the sites I am developing open.
With nextdraft, you can see how the “splash” page fits the browser at various sizes. Whether small or large, you always see the header, logo, subscription box, App Store button, and down arrow. With my site, the “splash,” which in this case should all be the blue checked background image, only covers down as far as I add padding. If your browser window is large enough, you can already see the next “panel” below the first section. If your window is smaller, you can’t see the entire first panel/section.
Anyways, I am trying to figure out if I can do what nextdraft has done. Someone else said it had something to do with background: cover, but I don’t know.
Either way, hopefully my screencasts make it a little more clear. Thanks!
That’s a cool plugin! The only different I can see between this and nextdraft is that on nextdraft the background picture shrinks and grows as you resize, but with the plugin the background is static (if that’s the right word).
Either way, please don’t lose any sleep over this. I had just seen this done a number of times recently and wondered if it was possible with BB. It looks like it may take some special coding. I’ll figure a way around easy enough.
You should be able to do this via custom CSS. You can use the No Header/Footer template, place a row on the Page Builder and add a class to it. Say for example, you placed full-height as the class, you can use this CSS to make it full height.
Ok, one additional question. Using Ben’s solution above (which works by the way with a no header and footer template), is there a way to do this with the Beaver Builder Theme with a header and footer, and force the footer all the way to the bottom of the screen? Independent of device, browser, or screen resolution?