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

Reply To: Image results show duplicate image returns when using certain keyword searches

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

#37698
Ernest MarcinkoErnest Marcinko
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;
    }
}