I would like to move the sale tag next to the price section, just like in this photo:
This is my webside: Rizador de pestanas (loveltienda.com)
Thank you so much for your help on advance ![]()
I would like to move the sale tag next to the price section, just like in this photo:
This is my webside: Rizador de pestanas (loveltienda.com)
Thank you so much for your help on advance ![]()
is this only in the mobile screen? If it is check this one.
@media only screen and (max-width: 699px){
badge-list.badge-list {
justify-content: end !important;
margin-top: -40px;
margin-right: 20px;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!