diff --git a/modules/openy_features/openy_prgf/modules/openy_prgf_camp_menu/templates/camp-menu.html.twig b/modules/openy_features/openy_prgf/modules/openy_prgf_camp_menu/templates/camp-menu.html.twig
index 9c19861abf..87e89040c4 100644
--- a/modules/openy_features/openy_prgf/modules/openy_prgf_camp_menu/templates/camp-menu.html.twig
+++ b/modules/openy_features/openy_prgf/modules/openy_prgf_camp_menu/templates/camp-menu.html.twig
@@ -25,13 +25,15 @@
diff --git a/themes/openy_themes/openy_rose/scripts/openy_rose.js b/themes/openy_themes/openy_rose/scripts/openy_rose.js
index e2c18fe7b2..9fd762006a 100644
--- a/themes/openy_themes/openy_rose/scripts/openy_rose.js
+++ b/themes/openy_themes/openy_rose/scripts/openy_rose.js
@@ -132,7 +132,7 @@
$list.css('width', listWidth + listPadding + "px");
- var columns = $this.find('.columns');
+ var columns = $this.find('.wrapper');
if (columns.length == 0) {
return;
}