How do I align the contact form layout to center?
Thank you
cfnet21 Hi For full width view add this code in custom css
.plain-style .contact-form-wrap { width: 100%; }
It has left side position so not come in center as there 2 blocks.