Commit 412d713b by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

update css

See merge request manzarH/dic-global-dev!707
parents 4b0300f9 e5a460bb
......@@ -376,7 +376,7 @@
});
}
/*
if ($(".bod_t_c_slider").length) {
$(".bod_t_c_slider").slick({
dots: false,
......@@ -388,6 +388,9 @@
slidesToShow: 4,
slidesToScroll: 4,
vertical: true,
adaptiveHeight: true, //add this line
// variableWidth: true,
nextArrow: '<button class="arrowSlider leftArrow"><i class="fa fa-chevron-left" aria-hidden="true"></i><button>',
prevArrow: '<button class="arrowSlider rightArrow"><i class="fa fa-chevron-right" aria-hidden="true"></i><button>',
responsive: [{
......@@ -405,13 +408,14 @@
slidesToShow: 1,
slidesToScroll: 1,
vertical: false,
variableWidth: false,
}
},
],
});
}
*/
$('.box_c_dd_menu').click(function() {
......
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