Hey there zillavdborn,
Hope you’re well today!
Please do not post your site credentials in forum.
As for the issue you can fix it with some custom CSS. Try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.home section > .container {
display: none;
}
This should remove the white space below the home page image.
Best regards,
Bojan
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Please change your login details immediately!
Oh oops, I didn’t know how to otherwise show the website, because it still has a ‘coming soon’ page.. It were not my admin details, but a subscriber so that won’t matter right?
Thank you for helping out Bojan,
I added it to the custom CSS of my theme, but nothing is happening.
Any other thoughts?
Zilla
Hey again Zilla,
Please try adding the following CSS code (replace the old one):
.page-content{
overflow:hidden
}
Hope this helps 🙂
Cheers,
Bojan
Unfortunately that didn’t do the trick either.. 🙁
Hey again,
Please try adding the following as well:
section > .container {
margin-bottom: 0;
}
Hope this helps 🙂
Best regards,
Bojan
YEAAAAAYYYYY you are my hero!!!
Thank you so much. Really. It drove me crazy. Now the website is finally ready 😀
Glad I could help! Have a great day 🙂
Cheers,
Bojan