Skip to content

Commit 5e6abd5

Browse files
#12601 - A space between the category page and the main footer when applying specific settings
1 parent 6103b6b commit 5e6abd5

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)