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.

Radio buttons too away from left

  1. boala
    Member

    Hi,
    I want to align all the radio buttons/ check boxes to the very left. I have moved the label to the top, but still there is an empty space of about 100px on the left of the radio buttons..
    I tried to left align the radio buttons by providing left margin a value of -50px, it does remove the buttons to the left, but it became invisible on that empty space area, may be cause of some z-index issue..
    My question is, How can i align my radio buttons / check boxes to the very left of the screen, just like we have margin-left:0px;

    Posted 12 years ago on Tuesday November 22, 2011 | Permalink
  2. Can you post a link to your form so we can take a look.

    Posted 12 years ago on Tuesday November 22, 2011 | Permalink
  3. boala
    Member

    login details removed

    Posted 12 years ago on Tuesday November 22, 2011 | Permalink
  4. On line 707 of style.css you have:

    [css]
    .gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
    margin-left: 120px !important;
    }

    Getting rid of this will get rid of the indent.

    Posted 12 years ago on Tuesday November 22, 2011 | Permalink
  5. boala
    Member

    Got it !
    Many Thanks... :)

    Posted 12 years ago on Tuesday November 22, 2011 | Permalink
  6. Awesome, glad to help!

    Posted 12 years ago on Tuesday November 22, 2011 | Permalink

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