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.

sidebar form

  1. hi got sidebar form with gf_left_half and gf_right_half but can't get the two side by side,
    also the text is in one heap to the left instead across the width search through all pages with no luck.
    thanks barry
    http://www.g2i.co.uk

    Posted 11 years ago on Monday February 11, 2013 | Permalink
  2. Try dropping this CSS into your theme's stylesheet:

    [css]
    #field_8_7, #field_8_8 {
    width: 35%;
    }
    Posted 11 years ago on Monday February 11, 2013 | Permalink
  3. Hi Rob put that in css took out text left one higher than other? thanks for help. barry v

    Posted 11 years ago on Monday February 11, 2013 | Permalink
  4. Try this instead:

    [css]
    #field_8_7 {
    width: 35%;
    }
    #field_8_8 {
    width: 40%;
    padding-left: 0 !important;
    }
    Posted 11 years ago on Monday February 11, 2013 | Permalink
  5. hi that's sent it back to where was before

    Posted 11 years ago on Monday February 11, 2013 | Permalink
  6. I updated the snippet above, try with that.

    Posted 11 years ago on Monday February 11, 2013 | Permalink
  7. Rob thank you very very much barry

    Posted 11 years ago on Monday February 11, 2013 | Permalink
  8. No problem Barry, glad to help!

    Posted 11 years ago on Monday February 11, 2013 | Permalink

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