Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Sort by option overlapping

Solved

Sort by option overlapping

Digital_Imran
Shopify Partner
248 2 38

Hello everyone.

I’m currently using the Ella theme, and I’m experiencing an issue with the "Sort By" option overlapping with the products. When I click on "Sort By," the dropdown doesn't display properly because it’s being covered by the product images below. I've attached the store URL and a screenshot for reference.

Any help resolving this would be greatly appreciated!


Store URL: https://partypalooza.co.uk

 

screenshot2.png

 

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.
Accepted Solution (1)

AnneLuo
Shopify Partner
1138 211 235

This is an accepted solution.


You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
toolbar-item.toolbar {
    z-index: 1;
}
</style>

Reslut:

AnneLuo_0-1729578731426.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 2 (2)

AnneLuo
Shopify Partner
1138 211 235

This is an accepted solution.


You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
toolbar-item.toolbar {
    z-index: 1;
}
</style>

Reslut:

AnneLuo_0-1729578731426.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Digital_Imran
Shopify Partner
248 2 38

Thank you so much @AnneLuo . Error fixed 😄 

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.