• Resolved tmsrxl

    (@tmsrxl)


    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 .
    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)
  • 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

    (@tmsrxl)

    Thank you very much! That’s almost perfect now!

    Cheers
    Thomas

    • This reply was modified 6 years, 1 month ago by tmsrxl.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Width Problem’ is closed to new replies.