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.

Thesis Theme CSS

  1. Gravity Forms look funky in the Thesis Theme. Here's a page example and I'd like help with the following:

    1) http://www.privatetutoringathome.com/main-tutor-sign-up-page
    2) The form fields - how can I make them look better?
    3) How do I move the Previous/Next Buttons to the right of the page?

    Thanks much for your help.

    Posted 11 years ago on Wednesday January 2, 2013 | Permalink
  2. Making the form fields "look better" is purely subjective. They're inheriting the thesis styles as they are intended to. If you don't like that, then you can consult the Thesis support team for guidance or try overriding the default theme styles by adding your own custom styles wherever it is that the Thesis theme allows you to add them.

    You can find examples of targeting and manipulating the different kinds of fields using CSS here.

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    As far as moving the previous/next buttons.. you could start with something like this added to the end of your custom CSS rules. From there you can tweak the styles as you prefer.

    [css]
    body #gform_wrapper_2 .gform_page_footer {text-align:right}

    Good luck.

    Posted 11 years ago on Wednesday January 2, 2013 | Permalink
  3. Awesome. Thanks for the help.

    Posted 11 years ago on Thursday January 3, 2013 | Permalink

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