Re: [mezzanine-users] How to style the Contact page?

2016-01-27 Thread Márcio Moreira
Eduardo, You are right, CSS is the way. Thanks, Márcio -- 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 mezzanine-users+unsubscr...@googlegroups.com. For

Re: [mezzanine-users] How to style the Contact page?

2016-01-27 Thread Eduardo Rivas
I recommend writing new CSS rules or tweaking the selectors instead of trying to change the markup of the form. If I remember correctly, form fields are wrapped in a div with a particular class, which should let you write something like: .wrapper-class > input {width: 100%} -- You received this