Hi everyone,
I’m trying to reduce space between
of collapsible row.
Please check my url: https://189ee3-2.myshopify.com/products/tank-top-1
Thank you!
Hi everyone,
I’m trying to reduce space between
of collapsible row.
Please check my url: https://189ee3-2.myshopify.com/products/tank-top-1
Thank you!
Please add this code to your theme.liquid file, after element in Online Store > Themes > Edit code
You can add this in style block
.global-media-settings {
border: none;
}
Thank you but I meant the picture size, not the container border. If I remove the blue border, it would reveal the beneath layer border (as in the picture below). And if I remove all the background color, it would leave a white-gap in Mobile view
I am not see. Are you resolved the problem.
Not yet, please access with mobile. I’d like to scale up the img so it can cover the container completely.
I see. I think removing the background color is necessary.
@media screen and (max-width: 749px) {
.product-media-container {
background-color: none;
}
}
No, then it would leave a white gap. I just color it for easier recognition. I want the image to cover the whole screen width.