search is displayed strange

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

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40184
    yoursql719
    yoursql719
    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 Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.