Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #739538

    I need to make the newsletter sign-up form layout horizontally and centered. I figured out horizontal with help from forums, but am stuck on centering. Here’s what I did so far:

    .avia-mailchimp-form .form_element > * {
    text-align: center;
    }
    /* Custom mailchimp form*/

    .avia_ajax_form p {
    width:auto!important;
    }
    .avia_ajax_form .first_form {
    clear: none!important;
    }
    .modified_width .button {
    margin-top: 0px;
    }

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 10px 50px 10px 10px;
    border-radius: 2px;
    }
    .modified_width .button {
    width: 100%;
    padding: 10px 12px 10px;
    min-width: 0;
    }

    #739547

    Scratch my code. I just found the 1/2, 1/3, etc. width options. I still need to know how to center the form if the fields are 1/2 and 1/3.

    #739579

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

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