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.

Form Size / Alignments

  1. silverlight001
    Member

    Please can you login to the page below:

    http://howmansolicitors.co.uk/wp-admin/
    uname=guest / pword=guest

    The page I;m having trouble with is:

    http://howmansolicitors.co.uk/contact.html

    How can I have the form just to the right of the image please (rather than beneath the image)

    Thanks for your help

    Posted 11 years ago on Saturday August 11, 2012 | Permalink
  2. This should do the trick:

    [css]
    #gform_wrapper_3 {
    float: right;
    width: 62%;
    }
    Posted 11 years ago on Monday August 13, 2012 | Permalink