This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

search is displayed strange

Home Forums Product Support Forums Ajax Search Pro for WordPress Support search is displayed strange

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40184
    yoursql719yoursql719
    Participant

    Hi,

    I´ve inserted your search and it seems that style / js is not executed right, because the search field looks a little odd. E.g. https://astronomie.at/galerie/

    Can I disable any kind of javascript or what causes this issue?

    Regards,

    #40207
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you for the details!

    On my end I see one issue, that is the input field height. There is a theme style adding min-height to the input field, that causes the problem.

    This custom CSS will resolve that:

    .asp_m input {
        min-height: unset !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.