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 😄
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024