I am using the Studio Theme and want to hide the image on the top right (with me illustrating the painting technique) on mobile only. This is the page, https://newdawnart.com/pages/paint-pouring-techniques I would like to add it right on the page itself at the bottom. Can someone provide the necessary code?
1 Like
Please add the following CSS code to your assets/component-image-with-text.css bottom of the file.
@media screen and (max-width: 749px) {
#shopify-section-template--19977678815533__b5b94537-e8e8-4ba3-a086-78987975f531 .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media {display: none !important ;}
}
Thanks!
