Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
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:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Thank you so much @AnneLuo . Error fixed 😄
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024