• Resolved ddmccaleb

    (@ddmccaleb)


    Thank you for this great plugin! The input field appears too large to fit within the form. It extends outside of the form. This may be a conflict with my theme, but occurs in both IE and Chrome. Do you have any suggestions on how to resolve? Many thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ddmccaleb

    (@ddmccaleb)

    I think I just figured out how to fix this issue. I did a little custom CSS and changed

    #wpsi-search-input {
    height: 82%;
    }

    to the following:

    #wpsi-search-input {
    height: 50%;
    }

    That did the trick. You can close this topic out. Many thanks!

    Thread Starter ddmccaleb

    (@ddmccaleb)

    Marking as Resolved

    Plugin Author Josantonius

    (@josantonius)

    I’m going to check it to make sure it stops having those effects.

    Thank you very much for the suggestion ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Input Field Too Large – extends beyond input form.’ is closed to new replies.