Forums

contac form 7 (5 posts)

  1. 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!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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.

  3. carlosgonca
    Member
    Posted 1 year ago #

    this page:
    http://www.selectsites.com.br/quero-o-meu-site/envie-os-dados-do-site

    see the width of the submit button

  4. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try adding:

    input[type=submit] {width:auto;}

    to the bottom of style.css.

  5. carlosgonca
    Member
    Posted 1 year ago #

    Thanks for your help, but this not fix the problem.

Topic Closed

This topic has been closed to new replies.

About this Topic