Space bar on the main page

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Fri Jul 07, 2017 8:35 am
How can I delete this blank space on the main page of the site?

https://www.dropbox.com/s/7frm8e9fcxxqf4b/62.png?dl=0
User avatar
Senior Boarder

Joshua M
Sun Jul 09, 2017 11:02 pm
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

Joshua M
Tue Jul 11, 2017 1:13 pm
Try to add the following custom css code:
Code: Select all
#page-nav {
bottom: 1px;
}
User avatar
Moderator

GK User
Wed Jul 12, 2017 10:03 am
In this case, another blank space appears at the bottom of the navigation!
User avatar
Senior Boarder

Joshua M
Thu Jul 13, 2017 7:37 am
Try to edit your Photo/js/functions.js file instead and change this line:
Code: Select all
overlay.css('bottom', $('#page-nav').outerHeight() + 1);


into:
Code: Select all
overlay.css('bottom', $('#page-nav').outerHeight());
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.