Move sale badge to left on smaller viewports to fix gallery conflict
This commit is contained in:
parent
3e2d57f832
commit
bc2f7d08d2
|
@ -2324,6 +2324,8 @@ a.reset_variations {
|
|||
}
|
||||
|
||||
.onsale {
|
||||
right: auto;
|
||||
left: -1rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue