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

    I know this has probably been asked a hundred times but i cant find a thred that fully explains how you create a contact form with 3 elements and a button all in line.

    I have added a form to this page http://www.lyndondarkesdesign.co.uk/martin/public-speaking/ and i want the submit button to sit on the right of the 3 input elements.

    Lyndon

    #1145047

    Hey Lyndon,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) {
      #top .av-custom-form-color .form_element:last-child {
        width: 23%;
        float: right;
        top: -90px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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