Okay
  Public Ticket #1653705
Search results product images full width
Closed

Comments

  •  5
    geeckin0s started the conversation

    Hello, is it possible  to display the full images when i search for a product instead of the rounded cut?

    Now, the way it works, it's not reasonable because it cuts all the images which the user must see.

    Thank you.

  • [deleted] replied

    Hi there,

    Please just add this CSS code to your Custom CSS area:

    .search-results-holder .result-box .result-image a .image-placeholder, .search-results-holder .result-box .result-image a .image-placeholder>img {
        border-radius: 0% !important;
    }

    Will set this ticket as solved from here.

  •  5
    geeckin0s replied

    This removes the radius. How can make them bigger?

  • [deleted] replied

    Hi there,

    Please just add this CSS code to your Custom CSS area:

    .search-results-holder .result-box .result-image {
    width: 250px;
    }

  •  5
    geeckin0s replied

    Thank you but this was the second step. I had to edit search-results.php and change 220,220 first

    Is there an easy way to display products in 2 or 3 columns?

  • [deleted] replied

    Hi there,

    Sorry but this option is not available.

    P.S: Please be aware as by doing customization if something happens like miss-editing files the responsibility is yours and we wont support you on finding the problem, as we are only guiding you how to get the results you need.

    Thanks for your understanding.

  •  5
    geeckin0s replied

    Ok thank you