PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Submit button on the right

  1. bigmaxsstudio
    Member

    How can I place the submit button on the right and move it up. Also I thought I put the correct code in to make the paragraph box small, but got no result.

    http://hdrewromanovitz.com

    thanks

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  2. Do you mean in your sidebar contact form?

    To reduce the size of the paragraph input, you can add this to your child theme's style.css stylesheet:

    [css]
    body .gform_wrapper textarea.medium {
      height: 80px;
    }

    To move the submit button, you can add this to your child theme's stylesheet as well:

    [css]
    #gform_widget-2 .gform_footer.top_label {
      float: right;
      margin: -15px -20px 0 0;
    }

    You will have to customize those values to move the button where you want it. I had an issue with the sidebar jumping from the left to the right side of the page so I could not get the exact numbers for you, and I also do not know exactly where you want the button.

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink

This topic has been resolved and has been closed to new replies.