Thank you team!
url: https://fuclx2xng8e0r3n6-42324328597.shopifypreview.com
@diego_ezfy , do this to fix it in 20 seconds:
@media (max-width: 500px){
.card .badge{
transform: scale(.65);
}
}
Kind regards,
Diego
@media (max-width: 749px){
.card .badge{
transform: scale(.65);
}
}
Thanks!
hii, @iamdawnumcm
Paste this code on top of the theme.scss file.
@media only screen and (max-width: 768px) {
span.badge.badge--bottom-left.color-inverse {
position: relative !important;
top: -15px !important;
}
}
Thank You.
Hi. It is still really close on the mobile website.
Please let me know if you can move it a bit further
Thanks!
hello @iamdawnumcm
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 768px) {
badge.badge--bottom-left.color-inverse {
position: relative !important;
top: -20px !important;
}
}
Hi! I don’t have a theme.css as I am in Dawn mode.
Can you show me how to do it on my website?
@media only screen and (max-width: 749px) {
badge.badge--bottom-left.color-inverse {
position: relative !important;
top: -20px !important;
}
}
Hi It is still really close!