• Resolved cowgirly

    (@cowgirly)


    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 ); ?>" />

    https://www.ads-software.com/plugins/events-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    maybe you can use css styling to do that;

    eg.

    #start-time, #end-time { { width: 254px; height: 44px; }

    or is it value inside?

    Thread Starter cowgirly

    (@cowgirly)

    Thanks– tried that and a few other variations, but that changes the width of the box on the page, and not the width of the dropdown menu. It’s the dropdown menu which is the problem– it’s so narrow that the numbers are all overlapping and it’s hard to see the times.

    Any ideas how to make the width of the timepicker dropdown a bit wider?

    Thanks…

    Can you post a link?

    Thread Starter cowgirly

    (@cowgirly)

    https://todosma.com/submit-a-new-class/

    I got the height of each time in the dropdown to be higher, so it’s not overlapping anymore. But it’s still not formatted correctly, the dropdown width should be wider, so the number and AM/PM are all on one line.

    Thanks!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry, the link you share is for paid members however maybe you can try to inspect the part using chrome Inspect Element then adjust using css styling. (then paste in your theme style.css)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Width of start/end time dropdown menu’ is closed to new replies.