How can I reduce the space below the slider section?

Hi everyone,

I’d like to reduce the space below the Slider section.

Please check my url: https://189ee3-2.myshopify.com/?_ab=0&_fd=0&_sc=1

Thank you,

1 Like

hi @collins276

step 1: go to edit code > open Base.css

step 2: copy the code and pest the code in end of the file

.card:not(.ratio) {
    justify-content: end !important;
}

step 3: than save

thank you

1 Like

Thank you! How can I edit it by rem/px/% unit?

mostly we used in px like (font-size:20px)

Sorry for not clarifying my question. I meant is there any code that I can edit (increase/ reduce) the space some px/rem …