Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to change the button width that in the INPUT element when the css button is used?

How to change the button width that in the INPUT element when the css button is used?

Views: 1,053

Results 1 to 4 of 4
6 Jun 2013, 8:15 PM
#1
su35 avatar

su35

Zen Follower

Join Date:
Oct 2011
Posts:
168
Plugin Contributions:
0

How to change the button width that in the INPUT element when the css button is used?

Almost all the buttons in INPUT element have a inline style "width: 80px;" when the css button was selected. The follow infro. was copied from firebug:

<input class="cssButton button_search" type="submit" style="width: 80px;".....

I don't know where should I go to change it. Is anybody can help?

Thanks

7 Jun 2013, 1:15 PM
#2
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: How to change the button width that in the INPUT element when the css button is used?

su35:

Almost all the buttons in INPUT element have a inline style "width: 80px;" when the css button was selected. The follow infro. was copied from firebug:

<input class="cssButton button_search" type="submit" style="width: 80px;".....

I don't know where should I go to change it. Is anybody can help?

Thanks

Do a search in your stylesheet.css for **cssButton button_search **

8 Jun 2013, 11:53 AM
#3
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: How to change the button width that in the INPUT element when the css button is used?

The width="80px" portion of the input tag is generated by the zenCssButton function present in /includes/functions/html_output.php. The default Zen Cart CSS button processing enforces a minimum width of 80px for all the buttons.

You might also try my CSS3 Buttons for Zen Cart plugin.

9 Jun 2013, 3:34 PM
#4
su35 avatar

su35

Zen Follower

Join Date:
Oct 2011
Posts:
168
Plugin Contributions:
0

Re: How to change the button width that in the INPUT element when the css button is used?

I got it. Thanks