FROM CACHE - de_header
Diese Community hat auf Peer-to-Peer-Support umgestellt. Der Shopify Support wird diese Community nicht mehr betreuen. Wir empfehlen dir, dich mit anderen Händler:innen und Partner:innen in Verbindung zu setzen, um Unterstützung zu erhalten und Erfahrungen auszutauschen. Bitte melde weiterhin alles, was gegen unseren Verhaltenskodex verstößt, oder Inhalte, die deiner Meinung nach entfernt werden sollten.

Reduce the space in the Footer menu

Gelöst

Reduce the space in the Footer menu

sim25ecom
Shopify Partner
13 0 3

Reduce the space in the Fotter menu between menu items such as FAQ, Imprint etc. I have tested severimage_6487327 (1).JPG

 

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

1 AKZEPTIERTE LÖSUNG
Gift-o-the-Jab
Seefahrer
370 24 98

Erfolg.

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

Lösung in ursprünglichem Beitrag anzeigen

4 ANTWORTEN 4

Finer
Shopify Partner
2448 523 855

@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 😉

- Did my answer help? Mark my post with a like
- Did I solve your problem? Mark my post as an accepted solution.
- You need professional help? Contact our Shopify Partner Agency
sim25ecom
Shopify Partner
13 0 3

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

Gift-o-the-Jab
Seefahrer
370 24 98

Erfolg.

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;
  }
}
sim25ecom
Shopify Partner
13 0 3

Das funktioniert prima. Besten Dank!