Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Remowe White Space In Featured Collections

Remowe White Space In Featured Collections

JADIS
Explorer
169 1 19

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 ?

 

JADIS_0-1699195212019.png

 

website : jadis-shop.com

password : rj

 


thank you very much in advance

Replies 8 (8)
JADIS
Explorer
169 1 19

jadis-shop.com

password : rj

JADIS
Explorer
169 1 19

website ;  jadis-shop.com

password : rj

JADIS
Explorer
169 1 19

what ? i dont understand sorry

PageFly-Theodor
Shopify Partner
691 86 103

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

JADIS
Explorer
169 1 19

unfortunately it doesnt change anything 😞

PageFly-Theodor
Shopify Partner
691 86 103

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;
}

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

JADIS
Explorer
169 1 19

doesnt change anything with this code too 😕

PageFly-Theodor
Shopify Partner
691 86 103

You can add code in theme.liquid

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

</style>

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.