• Resolved mwhittaker

    (@mwhittaker)


    Is there a way to edit the times dropdowns in the event submission form? On our site, there’s virtually no leading separating the lines, and it’s a little hard to read. thanks!

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

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

    (@angelo_nwl)

    Hi,

    You can try to use custom CSS styling instead.

    e.g.

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

    You can add this at the end of your theme style.css or use another WP plugin to add custom CSS without editing any theme or plugin files.

    • This reply was modified 3 years, 11 months ago by angelo_nwl.
    Thread Starter mwhittaker

    (@mwhittaker)

    Hi Angelo! Thanks for the reply! I’ll give it a try!

    Thread Starter mwhittaker

    (@mwhittaker)

    Fixed! Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submission form times dropdown’ is closed to new replies.