File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/PageBuilder/view/frontend/page_layout Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 12
12
<referenceContainer name =" page.wrapper" htmlClass =" page-wrapper page-layout-1column" />
13
13
14
14
<referenceContainer name =" page.wrapper" >
15
+ <!-- Create new product details wrapper under main.content for tabs section -->
15
16
<container name =" product.info.details.wrapper" after =" main.content" htmlTag =" div" htmlClass =" page-main page-main-details" >
16
17
<container name =" product.info.details.wrapper.columns" htmlTag =" div" htmlClass =" columns" >
17
18
<container name =" product.info.details.wrapper.main" label =" Product Details Main Content Container" htmlTag =" div" htmlClass =" column main" />
18
19
</container >
19
20
</container >
21
+ <!-- Create wrapper for description without page-main class which adds gutters -->
20
22
<container name =" product.info.description.wrapper" after =" main.content" before =" product.info.details.wrapper" htmlTag =" div" htmlClass =" page-main-description" />
21
23
</referenceContainer >
22
24
25
+ <!-- Move details & description into their new wrappers -->
23
26
<move element =" product.info.details" destination =" product.info.details.wrapper.main" />
24
27
<move element =" product.info.description" destination =" product.info.description.wrapper" />
25
28
</layout >
You can’t perform that action at this time.
0 commit comments