Hi guys,
I need to fix the overlaping of the footer menu lables in Mobile View only. Before it was great, but I thing because of a global code given, it got affected.
Thank you,
Hi guys,
I need to fix the overlaping of the footer menu lables in Mobile View only. Before it was great, but I thing because of a global code given, it got affected.
Thank you,
step 01:
step 02:
this idea helps you
Hallo @Alliance
You can add code by following these steps to change
paste below code at bottom(base.css)
@media only screen and (max-width: 425px) {
li.site-footer__linklist-item {
padding-right: 43px !important;
}
}
If you require any further information, feel free to contact me.
Best regards,