• Resolved musictomy

    (@musictomy)


    Hello

    Strange when I go to add a time for event from drop down the txt is all squeezed up as per link to image.

    Where is the css for this? as when I go to inspect i cannot work out where the css is?

    Help is appreciated

    Image showing issue

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    can you try this custom css? or modify if needed

    
    div.time-picker li {
        padding: 8px 4px !important;
    }
    
    

    you can add the above css at the end of your theme style.css or (if your theme supports) admin > theme options > custom css or another way is using wp plugin which will enable you to add custom css in your wordpress theme footer or using wp_footer

Viewing 1 replies (of 1 total)
  • The topic ‘strange settings on Time Picker’ is closed to new replies.