Fix broken design of Single Product template in block themes when product had no reviews or additional info (#33308)
Fix broken design of Single Product template in block themes when product had no reviews or additional info
This commit is contained in:
parent
21f7cea2b6
commit
2b85008ae5
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix broken design of Single Product template in block themes when product had no reviews or additional info
|
|
@ -253,6 +253,7 @@ $tt2-gray: #f7f7f7;
|
||||||
|
|
||||||
div.product {
|
div.product {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
> span.onsale {
|
> span.onsale {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue