Title: Width Problem
Last modified: February 13, 2019

---

# Width Problem

 *  Resolved [tmsrxl](https://wordpress.org/support/users/tmsrxl/)
 * (@tmsrxl)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/width-problem-4/)
 * Hello all,
 * I’m new to EM pro and have a problem with the booking forms width.
    It seems 
   to be squashed into the “Ticket type” column and doesnt look very good overall.
   Hard to explain, [see yourself ](https://www.stiftung-help.de/ferien/osterferien-2019/).
   I cant find any settings to change this. Is there any css I could add?
 * Thank you very much!

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

 *  [timrv](https://wordpress.org/support/users/timrv/)
 * (@timrv)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/width-problem-4/#post-11202077)
 * Hello,
 * Could you perhaps try adding this custom CSS to your theme?
 *     ```
       .em-booking-form-details {
       	float: none; 
       	display: block;
       	width: 100%;
       }
   
       .em-booking-form-details label {
       	display: block; 
       	width: 100%;
       }
   
       .em-booking-form-details input.input,
       .em-booking-form-details select,
       .em-booking-form-details textarea {
       	width: 100%;
       }
   
       div.em-booking-login {
           float: none;
           display: block;
           width: 100%;
           margin: 15px 0;
           border: 0 none;
           padding: 10px;
       }
   
       div.em-booking-login p label {
       	display: block !important;
       	width: 100% !important;
       }
       ```
   
 *  Thread Starter [tmsrxl](https://wordpress.org/support/users/tmsrxl/)
 * (@tmsrxl)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/width-problem-4/#post-11204649)
 * Thank you very much! That’s almost perfect now!
 * Cheers
    Thomas
    -  This reply was modified 7 years, 3 months ago by [tmsrxl](https://wordpress.org/support/users/tmsrxl/).

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

The topic ‘Width Problem’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [tmsrxl](https://wordpress.org/support/users/tmsrxl/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/width-problem-4/#post-11204649)
 * Status: resolved