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

Ajax search pro problem layout

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8404
    flyerforuflyerforu
    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 10 years, 1 month ago by flyerforuflyerforu.
    #8407
    Ernest MarcinkoErnest 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:

    [html].probox input {
    line-height: normal !important;
    }[/html]

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.