Skip to content

Commit d56dcc2

Browse files
ENGCOM-2048: [Backport] Feature space between category page #15727
- Merge Pull Request #15727 from sanjay-wagento/magento2:2.1-develop-PR-port-13026 - Merged commits: 1. 5e6abd5
2 parents 76dad58 + 5e6abd5 commit d56dcc2

File tree

2 files changed

+20
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+20
-0
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,16 @@
494494
}
495495
}
496496

497+
//
498+
// Category page 1 column layout
499+
// ---------------------------------------------
500+
501+
.catalog-category-view.page-layout-1column {
502+
.column.main {
503+
min-height: inherit;
504+
}
505+
}
506+
497507
}
498508

499509
//

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,16 @@
562562
}
563563
}
564564
}
565+
566+
//
567+
// Category page 1 column layout
568+
// ---------------------------------------------
569+
570+
.catalog-category-view.page-layout-1column {
571+
.column.main {
572+
min-height: inherit;
573+
}
574+
}
565575
}
566576

567577
//

0 commit comments

Comments
 (0)