Skip to content

Commit 6d11739

Browse files
committed
MC-2371: Implement full width layout for CMS pages
- Add comment to explain layout changes
1 parent bb54f58 commit 6d11739

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
-->
88
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
99
<update handle="1column" />
10+
11+
<!-- Remove page-main class and replace it with page-main-full-width to remove page gutters -->
1012
<referenceContainer name="main.content" htmlTag="main" htmlClass="page-main-full-width" />
1113
</layout>

0 commit comments

Comments
 (0)