Hello, i would like to increase the gap slightly between each menu item for my footer on mobile:
my store is www.antico-abito.com , theme is dawn
Hello, i would like to increase the gap slightly between each menu item for my footer on mobile:
my store is www.antico-abito.com , theme is dawn
Please add this code to your base.css file
@media (max-width: 749px) {
.footer-block__details-content .list-menu__item--link {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}
}