Adding searchbar i use for the desktop version to my mobile version?

Solved

Adding searchbar i use for the desktop version to my mobile version?

store095
Pathfinder
95 0 43

Hi, i want to use the searchbar i use for my desktop version also for my mobile version.

 

It should look like this:

IMG_1206.jpeg

 

 Is that possible?

 

url: https://ba571d-cc.myshopify.com

Dawn theme 15.0.0

 

Thank you.

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

This is an accepted solution.

Please use this code 

@media (max-width: 767px) {
    .mobile-search {
        display: none !important;
    }
    .desktop-search {
        display: block !important;
    }
    .header--mobile-left {
        grid-template-columns: auto 2fr 4fr !important;
    }
    .header { padding: 10px 3px !important; }
}

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
11360 2225 2399

This is an accepted solution.

Please use this code 

@media (max-width: 767px) {
    .mobile-search {
        display: none !important;
    }
    .desktop-search {
        display: block !important;
    }
    .header--mobile-left {
        grid-template-columns: auto 2fr 4fr !important;
    }
    .header { padding: 10px 3px !important; }
}

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

store095
Pathfinder
95 0 43

Its working.

 

Thank you.