• Hey guys
    I have a problem and I hope that one of you will help me solve it. When I used the default search bar in oceanwp to search for some product, the search results come in the form of a list as one column without prices and in the mobile version without prices or pictures. I want to be able to make it a two-column list and show the price and the picture.

Viewing 1 replies (of 1 total)
  • Hello,

    I apologize for the delay in response.

    If you want a more of WooCommerce search results look, then the source of the search results needs to be set to Products, via Appearance > Customize > General Options > General Settings, section Search Result Page.
    But is the only thing that can be done using theme settings.

    For the image issue not showing on mobile, please share the website URL to check it.

    Everything else is personal customization which is out of our scope.
    But, fOr making the results in 2 columns, you can try the below code.

    .search-results article {
        float: left;
        width: 45%;
    }

    and for showing the prices in the search result, please

Viewing 1 replies (of 1 total)
  • The topic ‘Search list’ is closed to new replies.