Sense Theme - reduce padding in Featured Collection layout

Hello,

I wish to reduce padding between the featured collection title (JUST IN in that case) and products, and between products and pagination to achieve the effect as below on MOBILE only:

How it is now:

How it should be:

URL: alwayshe.com

Hi!
Try adding this code to the bottom of base.css

@media screen and (max-width: 749px) {
.title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
  margin-bottom:0px;
}
.slider-mobile-gutter #Slider-template--15458562113720__featured-collection {
  margin-bottom:0px;
  padding-bottom:5px;
}
}
1 Like

@Nick_Marketing works beautifully! Thank you very much and thank you for your time.

1 Like

@Maro33 You are welcome!