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.

Check Box alignment issue

  1. Hello,
    I'm having trouble with the alignment of my check box items. The page in question is:

    http://familylawincolumbus.com/email-now

    As you'll see, the check boxes themselves are pushed over to the right about an inch and then the label of each item ("I just want free forms..." and "I want to ask...") is pushed over another inch or so.

    I can't seem to figure out the fix. I'd truly appreciate some help. WP3.05 and Thesis 1.8.

    Cheers...Jeb

    Posted 13 years ago on Tuesday February 22, 2011 | Permalink
  2. This is because Thesis is globally applying a width of 45% to all INPUT elements. So the checkbox is being set to a width of 45% by your theme stylesheet because it is an INPUT element.

    See this screenshot:

    http://grab.by/963y

    You will have to add some custom CSS to your Thesis custom CSS stylesheet to correct this.

    See this post:

    http://www.gravityhelp.com/forums/topic/text-field-beside-question-instead-of-below#post-15760

    Posted 13 years ago on Tuesday February 22, 2011 | Permalink