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

    Hi,

    I want to insert a Contact Form and have the labels appear on the left of the input fields instead of above.
    I’ve tried modifying some of the advice form previous threads in changing label colors etc but no luck.
    Thanks.

    #363277

    Hi youtea!

    Try adding this to your custom CSS.

    #element_avia_name_1 > input {
        width: 50% !important;
    }
    #element_avia_name_1 > label {
        display: inline-block !important;
    }

    That’s for the name field. If you want to do it to the email or other fields then switch the ID out to this.

    #element_avia_e-mail_1
    #element_avia_subject_1
    #element_avia_message_1

    Regards,
    Elliott

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