Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #805679

    Hi guys

    I am trying to get my form to look like the attached image (please see link in private content). ie need the form width of about 50%, form labels to the left and the submit button next to the last form field.

    Any ideas of how to code it?

    I have also added my temporary contact page link in the private area:

    Many thanks in advance

    Dan

    • This topic was modified 7 years, 5 months ago by sjidesign.
    #806000

    Hey sjidesign,

    Please try the following in Quick CSS under Enfold->General Styling:

    input[type=submit] {
        max-width: 20%;
        float: right;
        margin-top: -70px;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.