Hi,
I tried adding these corrections to the custom.css file without success:
@media (max-width: 991px) {
.items-leading > div {
padding: 15px !important; /* Ajouter une marge sur la page d'accueil */
}
}
@media (max-width: 1440px) {
.items-row .item {
/* (old) padding: 40px ; */
padding: 15px !important;
}
How should I proceed?
Best regards,
Yanick