Forums Forums Search & Filter Pro Chosen script for select boxes no longer working after update

Viewing 2 posts - 1 through 2 (of 2 total)
  • Trevor
    #188026

    In your style.css stylesheet, on line 1698, you have this:

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: 0px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 0;
    }

    If the left is set to 0, does it then work?

    Anonymous
    #188032

    Hi Trevor,

    Ah, that’s it.
    No clue why it stopped working, but now it’s fine again.
    Thanks a million for looking into this.
    And so quick.
    You made my day 🙂

    Hi, Han

Viewing 2 posts - 1 through 2 (of 2 total)