Skip to content

Commit 023fb1a

Browse files
#12601 - A space between the category page and the main footer when applying specific settings
1 parent a39e37f commit 023fb1a

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
@@ -497,6 +497,16 @@
497497
}
498498
}
499499

500+
//
501+
// Category page 1 column layout
502+
// ---------------------------------------------
503+
504+
.catalog-category-view.page-layout-1column {
505+
.column.main {
506+
min-height: inherit;
507+
}
508+
}
509+
500510
}
501511

502512
//

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
@@ -566,6 +566,16 @@
566566
}
567567
}
568568
}
569+
570+
//
571+
// Category page 1 column layout
572+
// ---------------------------------------------
573+
574+
.catalog-category-view.page-layout-1column {
575+
.column.main {
576+
min-height: inherit;
577+
}
578+
}
569579
}
570580

571581
//

0 commit comments

Comments
 (0)