Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit ce176d2

Browse files
#12601 - A space between the category page and the main footer when applying specific settings
1 parent 943e2cd commit ce176d2

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
@@ -507,6 +507,16 @@
507507
}
508508
}
509509

510+
//
511+
// Category page 1 column layout
512+
// ---------------------------------------------
513+
514+
.catalog-category-view.page-layout-1column {
515+
.column.main {
516+
min-height: inherit;
517+
}
518+
}
519+
510520
}
511521

512522
//

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
@@ -742,6 +742,16 @@
742742
}
743743
}
744744
}
745+
746+
//
747+
// Category page 1 column layout
748+
// ---------------------------------------------
749+
750+
.catalog-category-view.page-layout-1column {
751+
.column.main {
752+
min-height: inherit;
753+
}
754+
}
745755
}
746756

747757
//

0 commit comments

Comments
 (0)