Hi!
I have section on my website, "Text columns with images" that I would like to hide in the mobile view. How can I do that?
My online shop is: www.invert.pt
Thank you!
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/index.css file.
@media only screen and (max-width: 768px){
#shopify-section-160997220275f38861 .section {padding: 0px;display: none;}
}
Hope this helps.
Thanks!
User | Count |
---|---|
550 | |
213 | |
129 | |
81 | |
44 |