Extra space at bottom

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
buscochevy
Posts: 2
Joined: Wed Dec 24, 2014 2:57 am

Extra space at bottom

Post 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
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: Extra space at bottom

Post 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
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Post Reply