carlosgonca
Member
Posted 1 year ago #
How can I change submit button width? My button has the same width of others form fields. I put this things but anything fix it.
<p id="buttonform7">[submit "send" ]</p>
or
<div style="width:100px}>[submit "send" ]</div>
or
[submit id:stylebutton "send"]
and
in css:
#stylebutton {width:100px;}
thanks a lot!
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.
carlosgonca
Member
Posted 1 year ago #
Try adding:
input[type=submit] {width:auto;}
to the bottom of style.css.
carlosgonca
Member
Posted 1 year ago #
Thanks for your help, but this not fix the problem.