New Zenner
- Join Date:
- Jan 2011
- Posts:
- 48
- Plugin Contributions:
- 0
Change Width Of Keyword Search Here Box- In My Sidebox
stevesh:
That's the right file. Find this:
** $content .= zen_draw_input_field('keyword', '', 'size="18" maxlength="100" style="width: ' . ($column_width-30) . 'px"') . '<br** />' .
and change the '30' value. Increasing the number makes the box smaller.
I too am trying to change this width as the box is running out of the shaded area and into the padding (I hope that makes sense.)
I ran the Dev Toolkit and everywhere that the code appears where I can change the 'column width of 30' I have. I have entered the number 50 (that may be too small but I have to start somewhere and then I can adjust).
Anyway, the box has not changed from its original size no matter where I change it in the code. And the code is matching exactly what you said it would.
What am I doing wrong???