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.

Alignment issue (Left and Right)

  1. cmccrone
    Member

    Why is my form button and top input area to the left but everything else is good?

    They are all text fields except for the paragraph field.

    First and Last name are using gf_left_half & gf_right_half

    Im looking to learn why its happening. Ive been learning CSS this year. Im getting there ;)

    IMAGE: http://personalinjuryattorneylasvegas.com/screenshot.png

    Thank you!

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  2. Can you post a link to your form?

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  3. cmccrone
    Member

    Ill open the site for a few, Yes.

    LINK: http://personalinjuryattorneylasvegas.com/

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  4. Here is your culprit: Screenshot

    You should be able to use this to override that:

    [css]
    body .gform_wrapper form .gform_body ul,
    body .gform_wrapper form .gform_body ul li {
    	list-style-type: none !important;
    	list-style-image: none !important;
    	list-style: none !important;
    	background-image: none !important;
    	background: none !important;
    	padding: 0 !important;
    	margin: 0 !important;
    	border: none !important
    }
    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  5. cmccrone
    Member

    That works but how do I shift just the First/Last name and button to the right?

    I need it to align with the near by content and logo.

    Thanks for you help!

    Posted 11 years ago on Thursday October 11, 2012 | Permalink
  6. I'm not sure I follow. I also don't see the fix in place?

    Posted 11 years ago on Friday October 12, 2012 | Permalink
  7. cmccrone
    Member

    In the image i attached above you can see that the top line (name) and the button at the bottom are shifted left. Everything else is aligned. At first I was thinking about making everything go right, but left made more sense. I was trying to line up the form with the centered text above it. Didn't realize the page went more to the left.

    Your idea worked great. Problem solved.

    Thanks

    Posted 11 years ago on Friday October 12, 2012 | Permalink
  8. Cool - glad to help out.

    Posted 11 years ago on Friday October 12, 2012 | Permalink

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