Reduce the space in the Footer menu

Reduce the space in the Fotter menu between menu items such as FAQ, Imprint etc. I have tested sever

Store URL: schwarzwaldcosmetics.myshopify.com and password: nauthi

@sim25ecom change CSS of the footer items

@media screen and (max-width: 989px){
  .list-menu__item--link{
   padding-top:.25rem;
   padding-bottom:.25rem;
}
}

Since we’re not an AI Tool like ChatGPT, we would appreciate a decent question/request :wink:

Thanks so much for your code. I tried section-footer.css and base.css but unfortunately I can not see any difference.

Hat bei mir etwas geholfen. Code Parameter musst du halt anpassen:

14-22-d7rjm-ec7vn

@media screen and (max-width: 749px) {
  .footer-block__heading {
    margin-bottom: 1rem !important;
  }
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .footer-block__details-content.rte p {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
}

Das funktioniert prima. Besten Dank!