diff --git a/Custom_Templates/customer_templates/DataSnipper/_filter_sidebar_courses.html.liquid b/Custom_Templates/customer_templates/DataSnipper/_filter_sidebar_courses.html.liquid
index 0e794c0d..dcc929fb 100644
--- a/Custom_Templates/customer_templates/DataSnipper/_filter_sidebar_courses.html.liquid
+++ b/Custom_Templates/customer_templates/DataSnipper/_filter_sidebar_courses.html.liquid
@@ -20,10 +20,6 @@
{% endfor %}
-
-
What is your learning style?
-
-
Reset all Filters
@@ -31,6 +27,7 @@
.filter-sidebar {
color: #fff;
padding-left: 32px;
+ padding-bottom: 20px;
}
.filter-group {
diff --git a/Custom_Templates/customer_templates/DataSnipper/catalog.html.liquid b/Custom_Templates/customer_templates/DataSnipper/catalog.html.liquid
index a97ba7db..48fa4549 100644
--- a/Custom_Templates/customer_templates/DataSnipper/catalog.html.liquid
+++ b/Custom_Templates/customer_templates/DataSnipper/catalog.html.liquid
@@ -6,6 +6,9 @@
{% if courses.in_catalog.any? %}
+
+ {% include "filter_sidebar_courses" %}
+
{% for course in courses.in_catalog %}
{% assign course_categories = "" %}
{% for cat in course.categories %}
@@ -19,11 +22,6 @@
{% endunless %}
{% endfor %}
- {% comment %}
-
- {% include "filter_sidebar_courses" %}
-
- {% endcomment %}
{% else %}
{% capture message %}
{% t shared.zero_state.courses.catalog
diff --git a/Custom_Templates/customer_templates/Walmart Luminate Canada/_header.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Canada/_header.html.liquid
index 01576fda..c140c8cf 100644
--- a/Custom_Templates/customer_templates/Walmart Luminate Canada/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Luminate Canada/_header.html.liquid
@@ -45,13 +45,13 @@
@@ -131,10 +131,10 @@