Need to delete white space on front page

Hello, I love this theme but how can I delete some of the white space on my frontpage. Also is there a way to get my “store” page to appear on the front page? www.phagfarm.com
Thank you

Hi,

You can use this Custom CSS on Appearance -> Customize -> Additional CSS,

.front-page-section .section-header {
    margin-bottom: 20px !important;
}
.front-page-section {
    padding: 20px 0 20px 0 !important;
}

to remove the empty space.

What do you mean by shop page, you mean you want the products to appears along with the other sections?

Let us know,

Thanks,
laranz.