Skip to content

Commit

Permalink
#12601 - A space between the category page and the main footer when a…
Browse files Browse the repository at this point in the history
…pplying specific settings
  • Loading branch information
sanjay-wagento committed Jun 4, 2018
1 parent 943e2cd commit ce176d2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,16 @@
}
}

//
// Category page 1 column layout
// ---------------------------------------------

.catalog-category-view.page-layout-1column {
.column.main {
min-height: inherit;
}
}

}

//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,16 @@
}
}
}

//
// Category page 1 column layout
// ---------------------------------------------

.catalog-category-view.page-layout-1column {
.column.main {
min-height: inherit;
}
}
}

//
Expand Down

0 comments on commit ce176d2

Please sign in to comment.