Remowe White Space In Featured Collections

Good morning,

I would like the space in blue to be reduced for all the “featured collections” because there is too much white

Do you know how to do it ?

website : jadis-shop.com

password : rj

thank you very much in advance

jadis-shop.com

password : rj

website ; jadis-shop.com

password : rj

what ? i dont understand sorry

Hi @Gustavo1105 ,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the Remowe White Space In Featured Collections, let’s try this solution:
Online Store ->Theme ->Edit code
Assets ->Base.css

@media screen and (max-width: 989px)
{
	.slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
   
    padding-bottom: 0 !important;
}
.collection .slider.slider--tablet {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

}

I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

unfortunately it doesnt change anything :disappointed_face:

Can you add more code

@media screen and (max-width: 989px)
.slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: 0 !important;
}

doesnt change anything with this code too :confused:

You can add code in theme.liquid