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)
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month nowHi @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)
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month nowFast 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:
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024