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 1c1a0c1 commit e5017bfCopy full SHA for e5017bf
app/code/Magento/PageBuilder/view/frontend/page_layout/category-full-width.xml
@@ -7,6 +7,9 @@
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="2columns-left" />
10
+
11
+ <!-- Ensure the 2columns left page layout class is present in the DOM -->
12
+ <referenceContainer name="page.wrapper" htmlClass="page-wrapper page-layout-2columns-left"/>
13
14
<container name="columns.top.wrapper" htmlTag="div" htmlClass="page-main"/>
15
<move element="columns.top" destination="columns.top.wrapper"/>
0 commit comments