Why is my filter box hidden under the header on mobile?

Solved

Why is my filter box hidden under the header on mobile?

DJA1
New Member
4 0 0

Hya,

 

My filter box seems to be stuck under the header on mobile. I or anyone else cant access the top filter groups? We cant scroll up.

 

Please kindly advise-

 

Screenshot 2023-05-31 at 20.45.06.png

Accepted Solution (1)
Moeed
Shopify Partner
6990 1885 2302

This is an accepted solution.

Hey @DJA1 

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>
@media screen and (max-width: 767px) {
.modal-content {
    margin-top: 200px;
}
}
</style>

Capture.PNG

 

 

If I managed to help you 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


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
6990 1885 2302

Hey @DJA1 
Kindly share your Store URL and Password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


DJA1
New Member
4 0 0

Hya, 

 

power-mark.co.uk

 

thank you

Moeed
Shopify Partner
6990 1885 2302

This is an accepted solution.

Hey @DJA1 

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>
@media screen and (max-width: 767px) {
.modal-content {
    margin-top: 200px;
}
}
</style>

Capture.PNG

 

 

If I managed to help you 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


DJA1
New Member
4 0 0

It worked! thank you so much. 

DJA1
New Member
4 0 0

Hya, quick question, how do we get the X back, so the customer can close the filter? incase they dont want to use the filters. Its currently hidden.

Screenshot 2023-05-31 at 23.22.59.png