I want to have an equal padding on Image and menu on my footer. I want it in a balance. Thanks. Please guide me
this is my store link : sereneluminaire.com
I want to have an equal padding on Image and menu on my footer. I want it in a balance. Thanks. Please guide me
this is my store link : sereneluminaire.com
Add this code in your base.css file:
@media (min-width: 1300px) {
.footer-block.grid__item.scroll-trigger.animate--slide-in {
width: min-content !important;
}
}
Result:
Thank you!