Hi there,
I would like to remove the space (pink dots) between pictures on my product pages
AND remove the grey outlines of the pictures.
Can someone help me do that ?
Theme : Dawn 6.0.2
Website : https://daiquiriparis.com/
Thank you so much!
Hi there,
I would like to remove the space (pink dots) between pictures on my product pages
AND remove the grey outlines of the pictures.
Can someone help me do that ?
Theme : Dawn 6.0.2
Website : https://daiquiriparis.com/
Thank you so much!
Please Add the following CSS code to your assets/base.css bottom of the file.
@media only screen and (max-width:749px){
.product .grid {column-gap: 0px !important;}
.product__media.global-media-settings {border: 0px !important;}
}
Thanks!
Please Add the following CSS code to your assets/base.css bottom of the file.
@media only screen and (max-width:749px){
.product__media-list .product__media-item {
width: calc(100% - 0rem - var(--grid-mobile-horizontal-spacing)) !important;
}
}
Hi, thanks a lot! Should I add it bellow the 1st code or instead of it ?
Please add this after the previous code.
@dmwwebartisan hi sorry for insisting, any idea how to have full width ? Thank you so much!