Reply To: 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 Reply To: Ajaz search not showing results on iphone

#2833
Ernest Marcinko
Ernest 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:


.resdrg .content {
    margin-top: 0px !important;
}

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

Best,
Ernest Marcinko

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