Page 1 of 1

Change over-all width

Posted: Sun Jan 24, 2010 8:48 pm
by Redneckheaven
Script URL:
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 trying to change the over-all width of the guest book. I went to the section in style sheet:


#gbook_guestbook{width:100%; height:auto; margin-bottom:20px;}
span.gbook_guestbook{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:20px; color:#0e67af; font-weight:bold; text-align:center}
span.gbook_required{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color:#464645; font-size:12px; }

Changed where it says width:100% to 50% -- just to see if it change the width which it didnt. Tried 750px didnt work. How do you change the over all width.

Thank You
Kevin

Posted: Sun Jan 24, 2010 9:02 pm
by Klemen
Find and change width:96% (.gbook_commentbox class) in the style file.

Posted: Sun Jan 24, 2010 9:07 pm
by Redneckheaven
Thank you that worked perfect