HI everybody,
i found this
I would like to have the same function for the pedit.php file. All the Text Area Fields are to small. See Attachment.
THX so much in advance
HI everybody,
i found this
I would like to have the same function for the pedit.php file. All the Text Area Fields are to small. See Attachment.
THX so much in advance |
mmhh... any idea how to simple expand it? For some reason the Admin Backend is correct with the width...any ideas? <div class="page_column page_column_single" id="page_column_1" style="width: 998px;"><div class="page_block_container" id="page_block_174"><div class="disignBoxFirst">
|
Any idea how to change the width for this TextArea's? Looks like the borders are images?? I need bigger Text Areas :-( |
templates/base/css/forms_adv.css about line 271
.input_wrapper_text, .input_wrapper_email, .input_wrapper_url, .input_wrapper_date, .input_wrapper_datetime, .input_wrapper_password, .input_wrapper_number, .input_wrapper_textarea {
width: 196px;
}
Width of those is there. https://www.deanbassett.com |
Thanks Deano...to add more to this solution, I thought this might help others. Same file (templates/base/css/forms_adv.css), just isolated the .input_wrapper_textarea and adjusted the width accordingly: .form_input_textarea { Cheers - Jethro |