Viewing 5 replies - 1 through 5 (of 5 total)
  • Sona

    (@support-web-dorado)

    Dear gladiatusphilip019,

    Please provide us link to your form, we will help you with a CSS code to center it. Thank you.

    Thread Starter gladiatusphilip019

    (@gladiatusphilip019)

    The form is live here: http://wordpress.opshop.dk/contact/

    Sona

    (@support-web-dorado)

    Dear gladiatusphilip019,

    If you use Pro version please add the following to your Contact Form Theme CSSin Form Options>General>Themes CSS:

    .wdform_page {
    text-align: center;
    }
    .wdform_page {
    float: none;
    }

    If you use free version, the add the following your site theme CSS

    .contactform2 .wdform_page {
    text-align: center;
    }
    .contactform2 .wdform_page {
    float: none;
    }

    Where do I enter the command: .contactform2 .wdform_page
    {text-align:
    center;}
    .contactform2 .wdform_page
    {float:
    none;}

    Could you explain me step by step ?

    Sona

    (@support-web-dorado)

    Dear Rodrigo,

    You should go to Appearance> Editor, here find your theme CSS and add the lines there. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Center contact forms’ is closed to new replies.