Solved! Go to the solution
Hi @Theoclarke
Thanks Welcome to the Shopify community!
Please share your site URL,
So I will check and provide a solution here.
This is an accepted solution.
Hi @Theoclarke
Thanks for the share URL.
1. Go to Online Store->Themes->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 375px){
.site-header__icon{
padding: 10px 5px;
}
.site-header .grid{
width: 49%;
}
.mobile-nav-wrapper{
z-index: 999;
top: 40px;
}
}
Amazing, thank you! This has resolved the issue on the Samsung S9! However there is still a problem with Samsung S8+ (see image attached)
Any advise for fixing this please? Thanks
Theo
Hi @Theoclarke
Please replace this CSS
.mobile-nav-wrapper {
z-index: 999999;
top: 50px;
}
This is an accepted solution.
Does not seem to have resolved - I have attached screenshot of mobile view and theme.scss.liquid.
is this correct? Thanks
I will donate on paypal for your help
Theo
This is an accepted solution.
Hi @Theoclarke
1. Go to Online Store->Themes->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px){
.site-header__icon{
padding: 10px 5px;
}
.site-header .grid{
width: 49%;
}
.mobile-nav-wrapper{
z-index: 99999;
top: 50px;
}
}
Amazing, thank you! problem solved. I will donate through paypal now, I really appreciate your help.
Theo
User | Count |
---|---|
25 | |
22 | |
22 | |
19 | |
12 |