Page 1 of 1

how to make submit box wider

Posted: Wed Jul 17, 2013 12:43 pm
by steveuk
Script URL:
Version of script: 1.7
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: change the width of the submit box

Write your message below:

i have been search everywhere i cant seem to make the submit an comment box wider

if anybody can tell me where i can find the css code for this box so i can make it wider that be great :)
Image

Re: how to make submit box wider

Posted: Wed Jul 17, 2013 1:19 pm
by Klemen
In "templates/default/style.css" find and modify

Code: Select all

width:500px;

Re: how to make submit box wider

Posted: Wed Jul 17, 2013 1:32 pm
by steveuk
thanks :)

just another little problem i found myself in, for the form text box i need to widen now can you tell me where they are?

Re: how to make submit box wider

Posted: Wed Jul 17, 2013 2:34 pm
by Klemen
"templates/default/sign_form.php"

Code: Select all

cols="57"
:wink:

Re: how to make submit box wider

Posted: Wed Jul 17, 2013 2:48 pm
by steveuk
thanks :)