• Resolved juller

    (@juller)


    Hi,
    I have a selector time, and I would like to have the hour selector and the minute selector on the same line. How could I do that ?
    Here an image to show you the problem : https://ibb.co/c8MfWK9

    Thanks in advance

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    HI @juller ,

    Please try the following and see whether it helps:

    
    
    #time-1-hours\ , #time-1-minutes {
    	width: 50%;
    	float: left;
    }
    
    

    You add the CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.

    Kind Regards,
    Nithin

    Thread Starter juller

    (@juller)

    Hi,
    Thanks for your answer,
    Your code didn’t solve the issue, it only changes the width of the time-1-minutes selector, but not the time-1-hours…
    I think the problem comes from the id of time-1-hours. I inspected element code, and I noticed : <div id=”time-1-hours ” … and there is a space, so that the div of time-1-minutes is without space : <div id=”time-1-minutes”

    • This reply was modified 4 years, 3 months ago by juller.
    Thread Starter juller

    (@juller)

    Sorry I included that at the wrong place, that worked well. Thank you !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem display time selector field forminator’ is closed to new replies.