Hello Support,
I would like to omit the 'GET IN TOUCH' box module box inside Contact Us page and make the contact form in FULL width.
Also I would like to achieve the horizontal alignment for the layout of Extra Fields.
TIA.
mic-rvz Hi add this code in custom.css file
.plain-style .contact-information{text-align:center;display: none;} .plain-style .contact-left{width:100%} .contact .control-group .controls .checkbox {float: left; padding-left: 10px;}
Regards
Ninja
Thank You.