layout for search result - Broadcast theme

Solved

layout for search result - Broadcast theme

SPStore
Shopify Partner
18 0 5

I want to change my layout for search results: I have this

SPStore_0-1721325356725.png

but I want two products for column like this:

SPStore_1-1721325396703.png

my theme is "broadcast" and this is the link https://joybebeboutique.com/ , password: stowdo

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11966 2341 2518

This is an accepted solution.

Hi @SPStore 

You can change the layout of your search results page by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings

@media (max-width: 749px) {
.search-page .grid {
 --columns: 2;
}
}

Screenshot 2024-07-19 at 11.18.17.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
11966 2341 2518

This is an accepted solution.

Hi @SPStore 

You can change the layout of your search results page by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings

@media (max-width: 749px) {
.search-page .grid {
 --columns: 2;
}
}

Screenshot 2024-07-19 at 11.18.17.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.