Hi!
Using blockshop and search products layout on mobile view displays one product at a time.
How to change the view to display 2 or more grids after a search.
Hi!
Using blockshop and search products layout on mobile view displays one product at a time.
How to change the view to display 2 or more grids after a search.
Hello.
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
.search--product {
width: 50% !important;
}
Thank you very much, I’ll give this a try soon and let you know if it worked.
Also, is there are way to add filtering to my search?
If you want to add a filter to the search section, this requires time to customize additional code, so I am not able to do this right now. Please try implementing the code above, and if you have any questions, feel free to message me.
Hi @Jofori
Check this one.
@media only screen and (max-width: 749px){
.search--products-container .search--product {
width: 50%;
}
}
Thank you very much!
worked!
Thanks for this, its fixed my search modal on mobile devices. Great. ![]()