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.
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.