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

Ajaz search not showing results on iphone

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajaz search not showing results on iphone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2832
    Chrissey SkordChrissey Skord
    Participant

    Hi,

    We have integrated your Ajax search plugin into our website which works fine yet when we test on an iphone and mobile device the results box displays white with no content showing.

    Is there a way to optimise the results for mobile? I have attached a screen shot of the issue.

    Kind Regards

    Christina
    [email protected]

    #2833
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Just took a look at the problem. Luckily it’s just a styling coming from the theme which overrides the upper margin on content elements below screen sizes of 1000px to -100 pixels, so the content is not visible, instead you can see the white background.

    The easiest way to fix it is to override that rule, so the content in the search results do not apply to it. Open up the search settings and go to the “Theme Options -> Custom CSS” panel, there is a field where you can put custom CSS code in. Paste this code there:
    [html]
    .resdrg .content {
    margin-top: 0px !important;
    }
    [/html]

    After saving the search instance, it should be fixed immediately.

    #2840
    Chrissey SkordChrissey Skord
    Participant

    Thank you for getting back to me. I just inserted this code and it works!
    You’re a legend, much appreciated.

    Kind Regards
    Christina

    #2841
    Ernest MarcinkoErnest Marcinko
    Keymaster

    No problem at all!

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