Skip to content

Commit ef71421

Browse files
committed
MC-3103: Custom Product Attributes with FullWidth Page Layout
- Force CMS pages to have zero top margin when set to the homepage
1 parent 81b7066 commit ef71421

File tree

1 file changed

+12
-0
lines changed
  • app/code/Magento/PageBuilder/view/frontend/web/css/source

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// * See COPYING.txt for license details.
44
// */
55

6+
//
7+
// Product -- Full Width
8+
// _____________________________________________
9+
610
.product-full-width-section {
711
padding: .5em 0;
812

@@ -32,3 +36,11 @@
3236
}
3337
}
3438
}
39+
40+
//
41+
// Page -- Full Width
42+
// _____________________________________________
43+
44+
.cms-index-index.page-layout-cms-full-width .nav-sections {
45+
margin-bottom: 0;
46+
}

0 commit comments

Comments
 (0)