Fix/36785 Clear floats after Product Summary in 2023 theme (#37877)
Ensures that sections like related products and upsells don't wrap around the product image if there's no product description. Fixes #36785
This commit is contained in:
commit
ddc94fc59f
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Clear floats in Twenty Twenty Three theme on Related products and Upsells.
|
|
@ -363,8 +363,12 @@
|
||||||
|
|
||||||
.related.products {
|
.related.products {
|
||||||
margin-top: 7rem;
|
margin-top: 7rem;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.upsells.products {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reviews tab.
|
// Reviews tab.
|
||||||
|
|
Loading…
Reference in New Issue