Commit 88887e85 by Anoop

metroshoes footer animation

parent e47ce0d4
...@@ -850,6 +850,9 @@ ...@@ -850,6 +850,9 @@
right: auto; right: auto;
visibility: inherit; visibility: inherit;
} }
.noSearch .container {
padding-bottom: 0 !important;
}
} }
@media (min-width: 737px) and (max-width: 767px) { @media (min-width: 737px) and (max-width: 767px) {
...@@ -868,6 +871,12 @@ ...@@ -868,6 +871,12 @@
} }
} }
@media (min-width: 768px) and (max-width: 992px) {
.noSearch .flex {
padding-bottom: 0 !important;
}
}
.storeLFooter { .storeLFooter {
background: #f9f9f9; background: #f9f9f9;
padding: 30px 0 0; padding: 30px 0 0;
......
...@@ -64,22 +64,5 @@ ...@@ -64,22 +64,5 @@
$(this).siblings(".footer-menu").toggleClass("open"); $(this).siblings(".footer-menu").toggleClass("open");
$(this).parents(".list").siblings(".list").children(".dropdown, .footer-menu").removeClass("open"); $(this).parents(".list").siblings(".list").children(".dropdown, .footer-menu").removeClass("open");
}); });
//
// $('.booking-widget .rvp-search-box').click(function () {
// if ($('.searchWidget').length) {
// const o = $('.searchWidget').offset().top;
// const h = $('#rwp_fixed_space').outerHeight();
// var body = $("html, body");
// body.stop().animate({ scrollTop: (o - h) }, 500, 'swing', function () {
// console.log("Finished animating");
// });
// }
// $(this).addClass('rvp-hide').parents("#rvp-form-container-other-wrapper").siblings('#rvp_formContainer').removeClass('rvp-hide');
// $('input[name=pickLocation]').focus();
// })
})(jQuery); })(jQuery);
...@@ -497,6 +497,8 @@ ...@@ -497,6 +497,8 @@
} }
} }
@media (min-width: 993px) { @media (min-width: 993px) {
.storeLHeader { .storeLHeader {
.nav ul > li:hover > div.sub-menu-block { .nav ul > li:hover > div.sub-menu-block {
...@@ -910,6 +912,12 @@ ...@@ -910,6 +912,12 @@
visibility: inherit; visibility: inherit;
} }
} }
.noSearch {
.container{
padding-bottom: 0 !important;
}
}
} }
@media (min-width: 737px) and (max-width: 767px) { @media (min-width: 737px) and (max-width: 767px) {
...@@ -926,3 +934,11 @@ ...@@ -926,3 +934,11 @@
top: 53px; top: 53px;
} }
} }
@media (min-width: 768px) and (max-width: 992px) {
.noSearch {
.flex{
padding-bottom: 0 !important;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment