Hello, I would like to know how to style the default Contact page.
More precisely I just need to change this: <input id="id_field_1" maxlength="2000" name="field_1" type="text" /> into this (inserting *class="form-control"):* <input *class="form-control"* id="id_field_1" maxlength="2000" name="field_1" type="text" /> My goal is simply to have the input fields to fill 100% of the width, but I just could not figure out how to do this. Thanks, Marcio -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
