Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    That’s a conflict with your theme, which is replacing the browser default styles for the select, adding the custom angle symbol.

    You’ll want to adjust the padding for the select in the stylesheet.

    padding: 2px 6px !important;

    to

    padding: 2px 40px 2px 6px !important;

    Thread Starter heiberlin

    (@heiberlin)

    Thank you Joe, I’m going to try this.

    Thread Starter heiberlin

    (@heiberlin)

    It works very well! Thank you again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘selection fields overlap’ is closed to new replies.