Hello,
I have added few sections in my product page through the default shopify product section. Here is the product link- https://sohumlinen.com/products/switchbot-smart-lock
In the desktop version of this section, there is a big blank space coming up for a section which I want to be visible only in mobile. To achieve this I had added the following code:
@media screen and (min-width: 750px) {
.banner__media {
display: none !important;
}
}
This code removed the image from the desktop but it leaves behind a big white space. Can someone please let me know how to modify the code so as to not show the white space.
Thanks.
