Ajax search pro problem layout

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajax search pro problem layout

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8404
    flyerforu
    flyerforu
    Participant

    Hi, I have a problem using your plugin with Revolution Silder. The plugin show on the slider but the main text is half cut !! I connot find the solution. How can I do?
    thx

    • This topic was modified 8 years ago by flyerforu flyerforu.
    Attachments:
    You must be logged in to view attached files.
    #8407
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    The slider script forces the line-height of the input field to 0 pixels, that is causing the problem. To fix that, use the following custom CSS rule:

    .probox input {
        line-height: normal !important;
    }

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    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.