We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb54f58 commit 6d11739Copy full SHA for 6d11739
app/code/Magento/PageBuilder/view/frontend/page_layout/cms-full-width.xml
@@ -7,5 +7,7 @@
7
-->
8
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
9
<update handle="1column" />
10
+
11
+ <!-- Remove page-main class and replace it with page-main-full-width to remove page gutters -->
12
<referenceContainer name="main.content" htmlTag="main" htmlClass="page-main-full-width" />
13
</layout>
0 commit comments