Page 1 of 1

Extra space at bottom

Posted: Sun Jan 04, 2015 1:19 am
by buscochevy
Script URL: latest
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
I am really liking this gbook script with all of the customizations. With that said I would like to add a little more space at the bottom of the page between the page numbers and the bottom of the screen. In other words space under this 1 2 Last ยป. I have played around quite a bit but cannot hit the spot that would ad 10 px or so to get it in full view.
Also is there a way to get the correct day to show on the entry date? I have been working on this for several hours and it keeps showing tomorrows date. I was about 6 hrs away from being tomorrow when I noticed this. I do not se any time adjustments in the settings page.
Thanks
Wayne

Re: Extra space at bottom

Posted: Mon Jan 05, 2015 9:38 pm
by Henrie
To add extra space below the bottom 1 2 Last >>
Find the style.css file in your template folder (if you did not create your own you can find it under templates/default ) and find

Code: Select all

gbook_bottom {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#0066FF; text-decoration:none;}
and change it to

Code: Select all

gbook_bottom {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#0066FF; text-decoration:none; margin-bottom:10px;}
To adjust the time, look in the following thread viewtopic.php?f=3&t=2421 .
I think what you need can be found from the following post viewtopic.php?p=13445#p13445 downward .

Greetings,
Henrie