What's your biggest current challenge? Have your say in Community Polls along the right column.

HELP! My search bar is missing from mobile version!

HELP! My search bar is missing from mobile version!

sotostudios
Tourist
9 0 1

Hello, 

 

My site used Crave theme and recently I found my search bar is missing from mobile version but looks okay on desktop. My site url is https://soto-studios.com/. Please help me with that! Thank you!!

 

Best,

Soto

Replies 4 (4)

Tech_Coding
Shopify Partner
417 110 98

Hello @sotostudios 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media only screen and (max-width: 767px) {
   .header-content .search-wrapper {
      display: block !important;
    }
    .header-content .search-wrapper {
       top: 0;
       left: 41px;
    }
}
</style>

Tech_Coding_0-1725512566987.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
sotostudios
Tourist
9 0 1

Thank you for your help. I copies the code to the liquid. The search bar appears but is not able to click through and search. Can you help me with that? Thanks!

sotostudios
Tourist
9 0 1

Thank you so much for your help. I copies the code as you mentioned. The search bar appears but is not able to click through and search. Can you help me with that? Thanks!

Dan-From-Ryviu
Shopify Partner
10296 2043 2114

Hi @sotostudios 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

@media (max-width: 767px) {
    .header-content .search-wrapper {
        display: block !important;
        max-width: 175px !important;
    }
.header-left .search-modal__form { 
    position: absolute; 
    z-index: 9; 
    top: 6px; 
    left: 62px; 
}
}

Screenshot 2024-09-05 at 14.27.39.png

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- 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: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.