Title: RSVP html and CSS
Last modified: August 21, 2016

---

# RSVP html and CSS

 *  Resolved [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/rsvp-html-and-css/)
 * **CSS Question**
    THe event RSVP form appears centered in my events page with
   labels misaligned. When I copy the Events Made Easy css below to my child theme
   it corrects the alignment problem but breaks my theme (Hueman latest). THis is
   probably an elementary newbie css question but I’m lost.
 *     ```
       table.eme-rsvp-form  {
       	width: 80%;
       }
       table.eme-rsvp-form th {
       	text-align: left;
       	width: 100%;
       }
   
       table.eme-rsvp-form td {
       	padding-left: 1em;
       	text-align: left;
       }
       ```
   
 * **HTML Question:**
    How best to expand the maxlength on the RSVP form entry fields.
   Do I just edit eme_rsvp.php and change the form html accordingly?
 * Any suggestions appreciated.
    THanks.
 * [http://wordpress.org/plugins/events-made-easy/](http://wordpress.org/plugins/events-made-easy/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/rsvp-html-and-css/#post-4408984)
 * Update – apologies – theme is not broken with the child css override. Just wondering
   why I need to override in first place.
 *  Plugin Author [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/rsvp-html-and-css/#post-4408996)
 * CSS:
    [http://www.e-dynamics.be/wordpress/?cat=30](http://www.e-dynamics.be/wordpress/?cat=30)
 * Why you need to override depends on how your theme does it’s CSS. A css debugger(
   like firebug) might help you.
 * For the html: no, use CSS for this. See for an example:
    [http://stackoverflow.com/questions/2125509/how-do-i-set-the-size-of-an-html-text-box](http://stackoverflow.com/questions/2125509/how-do-i-set-the-size-of-an-html-text-box)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘RSVP html and CSS’ is closed to new replies.

 * ![](https://ps.w.org/events-made-easy/assets/icon-256x256.png?rev=1856035)
 * [Events Made Easy](https://wordpress.org/plugins/events-made-easy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-made-easy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-made-easy/)
 * [Active Topics](https://wordpress.org/support/plugin/events-made-easy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-made-easy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-made-easy/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * 2 replies
 * 2 participants
 * Last reply from: [Franky](https://wordpress.org/support/users/liedekef/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/rsvp-html-and-css/#post-4408996)
 * Status: resolved