Page 1 of 1

Align View/Sign Guestbook

Posted: Mon Mar 24, 2014 2:19 am
by wino
Script URL: http://www.saveportphillip.22web.org/
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:

G'day fellas,

Excuse me for asking as I have seen this answered elsewhere but after searching for over an hour with no luck, I relent! I have removed the home link in gbook as I use an iframe. Just need to know how to center View, Sign and number of entries text under the heading?

Cheers :)

Re: Align View/Sign Guestbook

Posted: Mon Mar 24, 2014 6:19 pm
by Henrie
Find the file style.css here in /templates/default/style.css

In the style.css file find

Code: Select all

#gbook_top_links{width:450px; height:50px; margin-left:120px; margin-top:10px;}
and change it to

Code: Select all

#gbook_top_links{width:450px; height:50px; margin-left:120px; margin-top:10px; text-align:center;}
Greetings,
Henrie

Re: Align View/Sign Guestbook

Posted: Wed Mar 26, 2014 11:03 am
by wino
Thanks a heap Henrie :)