Liquid, JavaScript, Themes
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
Gelöst! Zur Lösung
Erfolg.
Hat bei mir etwas geholfen. Code Parameter musst du halt anpassen:
@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 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 😉
Thanks so much for your code. I tried section-footer.css and base.css but unfortunately I can not see any difference.
Erfolg.
Hat bei mir etwas geholfen. Code Parameter musst du halt anpassen:
@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!
Teil 2 - Wie die Prinzipien des UX-Designs dir dabei helfen können einen großartigen Shop ...
By Kai Sep 16, 2024Teil 1 - Wie die Prinzipien des UX-Designs dir dabei helfen können einen großartigen Shop ...
By Kai Sep 9, 2024Anpassungen des benutzerdefinierten Codes an Shopify-Themes (CSS) leicht gemachtIn diesem...
By Gabe Aug 28, 2024