Hello,
I need help resizing an image on my mobile site that reads “Free Bottle on Orders over $65”
Can someone help?
pass: ShopGrace
Thank you, all
Hello,
I need help resizing an image on my mobile site that reads “Free Bottle on Orders over $65”
Can someone help?
pass: ShopGrace
Thank you, all
Hi @SHOPGRACE ,
I checked and found no image at “Free Bottle on Orders over $65”. Do you want it to look like this on mobile? https://i.imgur.com/EVuM87X.png
Please follow these steps:
@media screen and (max-width: 739px){
.row.usp__section-container{
display: block !important;
}
.row.usp__section-container .usp__content{
width: 100% !important;
}
.row.usp__section-container .usp__content:nth-child(2n):before{
display: none !important;
}
.row.usp__section-container .usp__content:nth-child(2n){
border-top: 2px solid #ffffff !important;
}
}
Hope it helps!