Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › the content in the post just wiggles when i press or scroll it › Reply To: the content in the post just wiggles when i press or scroll it
October 4, 2016 at 1:03 pm
#10360
I think I might have found a possible cause and solution. It looks like for some reason the webkit browser tries to adjust the text size for some reason, because the actual page width is higher than the mobile browser width.
I’ve added this custom CSS to the search settings:
body, body * {
-webkit-text-size-adjust: 100% !important;
}
It forces the original font width, instead of the excessive zooming, which causes the issue. So far it looks like it disappeared on my girlfirends iphone 5s.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



