You are here: Forum Home / RapidWeaver User Forum / HTML, CSS, and Design Help / Thread
I would like to adjust my message text area height to a larger box. I have searched high and low for an answer with no success! I would like to only adjust the message portion of the contact form, the rest I would like to leave one line.
Thanks in advance,
Nick
Try this code -
textarea.form-input-field {
height: 300px;
}
I cheated. I just copied this from Sundog’s post at the top of this thread. Worth looking at the whole thread as there are lots of useful tips in it.
Jeremy
Try this code -
textarea.form-input-field {
height: 300px;
}I cheated. I just copied this from Sundog’s post at the top of this thread. Worth looking at the whole thread as there are lots of useful tips in it.
Jeremy
Jeremy,
I do appreciate your response but when i enter the code into CSS it will not adjust anything, like the other codes i found.
Could it be theme specific ? Works for me on Mondrian, Multi No Theme, Ohm and all the standard templates I have tried. What theme are you using ?
Could it be theme specific ? Works for me on Mondrian, Multi No Theme, Ohm and all the standard templates I have tried. What theme are you using ?
I am using jax pro ajax theme. also I am importing it with stacks. The problem is I tried it on both the import contact page and the original contact form page with no success…
Hopefully someone with Ajax and/or Stacks can jump in and help. I can see the issue on that page but not sure if it is related to a fixed page height or if that page/stack is fluid. It’s just funny how with the message box height you have now both columns are the same height.