• I would like the image size of the search results larger.
    How can I set this?

    And also: when I choose ‘view all results’ in the next page my images are cut off.

    For example: if you search for the code: 1005 and I choose ‘view all results’ the bottom of the necklace is cut off?
    How can I adjust the image size here?

    thanks in advance

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    To increase search results image size inside ajax box please use following styles

    .aws-search-result .aws_result_image img {
        width: 90px;
    }

    About images on search results page – you need to look on your theme template for product search results. AWS plugin doesn’t create its own search results page layout. Plugin just add its search results to the existing layout of your theme. Maybe you can ask the theme author about this? Usually template for products search results must be specified inside the archive-product.php file of your theme.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘larger image size’ is closed to new replies.