Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #419697

    do you have an idea why the drop down is cut in a half on this site?

    #420001

    Hey Etix!

    You have some custom CSS which is adding some padding to it. I couldn’t pinpoint where it was coming from but you can add this to your custom CSS to fix it.

    select {
      padding: 0 5px !important;
    }

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.