All things Shopify and commerce
I have a problem that occurs on mobile. When i click on categories on the left (see image) it is not showing the categories. Only when i scroll a bit to the bottom the collection button works correctly.
Website: hausi.nl
pw: theepa
Thanks for helping!
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you
- Please follow these steps:
- Then find the base.css file.
- In the base.css file, please find the following code:
.section-header.shopify-section-group-header-group {
z-index: 3;
}
- At line 2289, change 'z-index: 3;' to 'z-index: 99;
- Then press 'Save' to save the code.
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hi @Hausi,
You can go to Themes -> Edit code -> find "base.css" file and add the below code to bottom:
.section-header.shopify-section-group-header-group {
z-index:5
}
Hope this helps.
This is an accepted solution.
- Here is the solution for you
- Please follow these steps:
- Then find the base.css file.
- In the base.css file, please find the following code:
.section-header.shopify-section-group-header-group {
z-index: 3;
}
- At line 2289, change 'z-index: 3;' to 'z-index: 99;
- Then press 'Save' to save the code.
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Fast reply with the correct solution. Many thanks!
Hi @Hausi
You have a code that you add for the video. The code looks like this.
If you are familiar with it change the z-index: 1
if you cant find the code please follow the instruction below.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
@media screen and (max-width: 767px) {
.videoBackground .fullscreen-video-wrap {
z-index: 1 !important;
}
}
</style>
And Save.
Result:
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025