Hey!
I’m trying to hide a section from displaying on mobiles, it is the attached piece.
URL is: www.madmoments.co.uk
Hey!
I’m trying to hide a section from displaying on mobiles, it is the attached piece.
URL is: www.madmoments.co.uk
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (max-width: 749px){
div#shopify-section-163050568205ca3a36 {
display: none;
}
}
Hope this works.
Thanks!
You’re amazing! Thanks ![]()
For me, this solution didn’t work.
I’m using the Dawn theme, I tried to use your solution and copy-paste the answer to the bottom of my base.liquid file with changing the section id, it didn’t work