Skip to content

Commit 58262fd

Browse files
committed
MC-5450: Product Contents Are Ordered Incorrectly On Storefront
- Move content.aside under the reviews section to ensure contents are ordered correctly
1 parent 22044ab commit 58262fd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

app/code/Magento/PageBuilder/view/frontend/page_layout/product-full-width.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,7 @@
6161

6262
<!-- Move reviews into the section after the description -->
6363
<move element="reviews.tab" destination="product.reviews.wrapper"/>
64+
65+
<!-- Move content.aside below the reviews -->
66+
<move element="content.aside" destination="product.info.details.after.wrapper.main" after="product.reviews.wrapper"/>
6467
</layout>

app/code/Magento/PageBuilder/view/frontend/web/css/source/_layout.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
}
1616
}
1717

18+
.page-layout-product-full-width {
19+
.block.related {
20+
margin-top: 2.7rem;
21+
}
22+
}
23+
1824
.page-main-details .product-section-title {
1925
border-bottom: 1px solid @color-gray-middle2;
2026
margin-bottom: 15px;

0 commit comments

Comments
 (0)