• Sorry the link above will not help since the page is password protected.
    I did take a short screen video of what is happening.
    [video src="https://www.appliancerepairoffourcorners.com/support/SpacingIssue.mp4" /]

    Please understand, I know nothing. I know enough to really mess things up good and crash the entire internet. I am Hopeless, Clueless, Careless & Useless.

    I can follow instructions but… You have to tell me every key stroke you make. Every page you go to and each move you make. Otherwise I will mess it up.

    I need to make the spacing on the drop down time selection to be wider. I have this same problem on two different themes.

    Thank you for any help. Jeff

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter thompsonaire

    (@thompsonaire)

    By the way, I did find a couple of similar topics about this, I tried to read and follow them but was very quickly lost since the user trying to help solve the problem was making assumptions that I do not understand. I think the best one for me I got to step 3 ??
    Jeff

    Hi Jeff,
    EM User here too…

    First of all, for next time, please describe your problem in more detail. Now I have to assume (viewing the video) that you are talking about the front-end submission form. The Time Picker is used on several pages, so it could also be somewhere else. Again… I’m assuming.

    The layout in the video seems to be front-end and so the styling is controlled by your theme’s stylesheet.

    In your Dashboard, got to Appearance > Customize > Additional CSS (that is the safest place to add additional css rules).

    Add:

    div.time-picker li {
    	padding: 5px 3px !important;
    }

    Padding is the white space around that content. You may need to play around with those numbers to find the right ones for your theme. The first (5) is top/bottom and the second (3) is for left/right.

    Thread Starter thompsonaire

    (@thompsonaire)

    YEA PATRICK!

    10px and 5px worked great!

    I need to learn more but thank you so much!

    Jeff

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Drop down event times are squished’ is closed to new replies.