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
https://www.dropbox.com/s/7frm8e9fcxxqf4b/62.png?dl=0
-
- 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?
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?
-
- 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;
}
-
- Moderator
- GK User
- Wed Jul 12, 2017 10:03 am
In this case, another blank space appears at the bottom of the navigation!
-
- 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:
into:
- Code: Select all
overlay.css('bottom', $('#page-nav').outerHeight() + 1);
into:
- Code: Select all
overlay.css('bottom', $('#page-nav').outerHeight());
-
- Moderator
5 posts
• Page 1 of 1