Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / change size of search button

change size of search button

Locked

Views: 1,946

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Feb 2007, 4:49 AM
#1
eaglewu avatar

eaglewu

New Zenner

Join Date:
Jan 2007
Posts:
82
Plugin Contributions:
0

change size of search button

Hello,

I redefine the "search" button, as "go", so the size is too big. How can I change the size of the button.

I change the stylesheet_css_buttons.css file as
.button_search {width: 4em;}

but no effect.
Something wrong?

11 Feb 2007, 2:24 PM
#2
eaglewu avatar

eaglewu

New Zenner

Join Date:
Jan 2007
Posts:
82
Plugin Contributions:
0

Re: change size of search button

/includes/templates/template_default/sideboxes/tpl_search.php

line #25, change
Quote:
HEADER_SEARCH_BUTTON . '" style="width: 20px
to whatever width in px you want.
Also in

/tpl_search_header.php

for the other button.

Hope this helps.

Regards