I have spent more time than I care to admit trying to adjust the search bar HEIGHT in website. Looked up several posts and attempted the different methods to no avail. I have been editing tpl_search_header.php to try and accomplish this. Also tried messing with CSS functions, no dice. Width was easily adjustable, But It seems I am missing something for the height. I am using "Avignon" template, and there is no tpl_search_header.php for Avignon, it uses Template_Default.
The website in question is http://aroundthehomeonline.com/zc
Code:$content .= zen_draw_input_field('keyword', '', 'size="6" maxlength="30" style="width: 150px"; height: 66px" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . ' ' . zen_image_submit (BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON);
Highlighted in red are the only changes I have made to the search header PHP.
More detailed info can be given upon request, I wasn't sure all what was needed.
ANY help with this would be greatly appreciated! (I might even go spastic and try to center it also...)


Reply With Quote

