Width of start/end time dropdown menu
-
On my “submit an event” page, the dropdown menu for choosing a start/end end time is too narrow, and the times overlap, making it difficult to find the correct time. I can’t figure out how to change this
Found this code in when-with-recurring.php but changing the size and maxlength doesn’t seem to do anything… ideas?? Thanks.
<span class="em-event-text"><?php _e('Class begins at:','dbem'); ?></span> <input id="start-time" class="em-time-input em-time-start" type="text" size="8" maxlength="8" name="event_start_time" value="<?php echo date( $hours_format, $EM_Event->start ); ?>" />
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Width of start/end time dropdown menu’ is closed to new replies.