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

Border radius for images in vertical search results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Border radius for images in vertical search results

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45591
    vannievannie
    Participant

    hi Ernest,

    For the vertical search results, I want to make the images have border radius. I can’t get it to work for desktop, however the below CSS does work for mobile.

    #ajaxsearchprores1_1.vertical .results .item .asp_image, #ajaxsearchprores1_2.vertical .results .item .asp_image, div.asp_r.asp_r_1.vertical .results .item .asp_image {
    border-radius: 10px;
    }

    If you have any advice, would be much appreciated!
    Thanks,
    Tom

    #45593
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Tom,

    Use this, it will work across any device:

    .asp_image {
        border-radius: 10px !important;
    }

    I hope this helps!

    #45597
    vannievannie
    Participant

    This works, thanks Ernest! I discovered another CSS code was causing it not to work, which I discovered through your comment.
    So issue has been resolved!
    Have a nice day
    Tom

    #45601
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

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