diff --git a/themes/cns_hp_theme/static/css/split_container.css b/themes/cns_hp_theme/static/css/split_container.css index 511baa1075db40a78e9725fce1d9553d7b3faa80..5730f8e2fdf128c492e8718dc5a2c58ffd4a8f16 100644 --- a/themes/cns_hp_theme/static/css/split_container.css +++ b/themes/cns_hp_theme/static/css/split_container.css @@ -64,7 +64,7 @@ grid-area: areaC; position: -webkit-sticky; position: sticky; - top: 725px; + top: 75vw; height: 30vw; width: 100% font-size: 10px; diff --git a/themes/cns_hp_theme/static/js/container.js b/themes/cns_hp_theme/static/js/container.js index cc4b29f57fd06010834e33940d1b8655f1690724..dd67ff46435b958574ae711b00e812cc2ba008c8 100644 --- a/themes/cns_hp_theme/static/js/container.js +++ b/themes/cns_hp_theme/static/js/container.js @@ -34,7 +34,7 @@ $(function(){ $('.topic_list-narrow').not('.slick-initialized').slick({ dots: true, respondTo: 'window', - centerPadding: '8px', + centerPadding: '20px', infinite: true, slidesToShow: 1, autoplay: true,