Search Bar doesn't appear

Solved

Search Bar doesn't appear

TBS2023
Shopify Partner
307 1 41

Hello

On my mobile view - when i click the search icon  - i cannot find the box to add my text

www.yogaspirit.mu

Accepted Solution (1)

DaisyVo
Shopify Partner
4385 486 579

This is an accepted solution.

Hi @TBS2023 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

@media only screen and (max-width: 989px) {
    .modal__content {
        right: 0 !important;
    }
}

 

Result 

DaisyVo_0-1744207587178.png

 

Best,

DaisyVo

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
7375 1996 2438

Hey @TBS2023 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.search-modal.modal__content.gradient {
    left: 0 !important;
    right: 0 !important;
}
.search__input.field__input {
    padding: 1.5rem !important;
}
}
</style>

RESULT:

Moeed_0-1744205116431.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


DaisyVo
Shopify Partner
4385 486 579

This is an accepted solution.

Hi @TBS2023 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

@media only screen and (max-width: 989px) {
    .modal__content {
        right: 0 !important;
    }
}

 

Result 

DaisyVo_0-1744207587178.png

 

Best,

DaisyVo

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution