Shopify themes, liquid, logos, and UX
I want two products to appear when I search for any word on the search page and get same still like as Category page.
Search Page:
Category page :
https://level-up.gg/collections/playstation
Solved! Go to the solution
This is an accepted solution.
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
{% if template contains 'search' %}
<style>
@media (max-width: 767px) {
#shopify-section-template--16931611345130__main .main-products-grid__results > ul {
grid-template-columns: repeat(2,minmax(0,1fr));
}
}
</style>
{% endif %}
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hello @eslamibrahim ,
You need to edit the search template and remove the default code of it.
File may be main-search.liquid under section depending on the theme you are using.
After that you can add the static html of the 2 products or call them with the same code you used in the category/collection page.
Thanks
This is an accepted solution.
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
{% if template contains 'search' %}
<style>
@media (max-width: 767px) {
#shopify-section-template--16931611345130__main .main-products-grid__results > ul {
grid-template-columns: repeat(2,minmax(0,1fr));
}
}
</style>
{% endif %}
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
thank you so much
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025