How do I reduce the space in the screenshot on the homepage? https://onecap.se/
@OneCap please add this css to the very end of your main.css file and check
shopify admin->online store->themes->edit theme code->assets->main.css
.section-featured-collection .collection-slider-row {margin-top: 0px;}
@OneCap add before
@OneCap add after “style” but before “</style”
so add after line 273 on line 274
Hi @OneCap , Please add this code on theme.liquid at line number 276
.section-template–28575763235161__ss_video_slider_EXxHmg-settings { padding-bottom: 0; } html body .dcustom-gd-class.container { padding-top: 0 !important; }your problem will resolved


