Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Image results show duplicate image returns when using certain keyword searches › Reply To: Image results show duplicate image returns when using certain keyword searches
May 3, 2022 at 12:33 pm
#37698
Keymaster
You are welcome Sally!
Sure, I can help you with that. So, make sure to set it up as you need it on the desktop device, and a custom CSS code is going to be used to handle the mobile devices:
@media only screen and (max-width: 600px) {
/* Result title */
.asp_r .asp_content h3>a{
font-size: 18px !important;
}
/* Result description */
.asp_r .asp_content {
font-size: 16px !important;
}
}