0
Welcome Guest! Login
0 items Join Now

How can I set the width of the contact form input fields?

  • How can I set the width of the contact form input fields?

    Posted 11 years 4 months ago
    • Hi,

      Please go to zclientdev.com/munchiesbymarcia/contact-us/ . What I see is all of the input fields are set to the class input-xxlarge. Is it possible to override them, or assign other values?

      Thank you,

      gantry for wp - 4.0.8
      wp - 3.7.1
    • Last Edit: 11 years 4 months ago by Tim Burkart.
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: How can I set the width of the contact form input fields?

    Posted 11 years 4 months ago
    • You can try adding this to your custom CSS file:

      media="all"
      .control-group {
      margin-bottom: 10px;
      width: 400px !important;
      }
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
  • Re: How can I set the width of the contact form input fields?

    Posted 11 years 4 months ago
    • Thanks, prim... Your suggestion didn't work exactly but I coded this instead:

      #rt-contact-form {
      margin-bottom: 10px;
      width: 50% !important;
      }

      Regards :)

Time to create page: 0.078 seconds