• I’m using this new theme and I’m trying to figure out how to make a static front page that doesn’t scroll down but just has the picture and the menu bar. It seems the default for this is to just have every page scroll down to the content below, but I don’t want that for the front page. When I scroll down I have nothing on my home page and it just scrolls down to a blank, white area. How do I get rid of this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried deactivating the sections you don’t use in the customizer? Customizer -> Theme option -> with the section you don’t use: select: Select option (or something similar). Then nothing is displayed. The end of the page is finally the footer. The info there is set in the widgets screen.

    When I did the above with several sections at my homepage, I didn’t get any whitespace, the sections were simply just cut.

    Thread Starter mikejpar

    (@mikejpar)

    yes and that got rid of most of it, but there is still a little space. ashevilleclosetdesign.com

    I think you’re looking for:
    .site-footer {
    margin-top: 3em;
    }

    Perhaps make this 0 in the CSS?

    This does, however, I think, remove between the last line of your homepage content (including any section you may place there in the future) and the footer. So an image, ie, may be “on top of” the footer, so to speak.

    You also have a much larger whitespace, but that’s what’s left of your frontpage, where you currently have no text.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Twenty Seventeen Front Page Help’ is closed to new replies.