I search on forum and put this code into customzier custom css
ul#menu-footer-menu {
position: relative;
bottom: 0px;
}
.x-colophon-content {
position: relative;
top: 70px;
}
@media (max-width:797px) {
.x-colophon-content {
top: 40px;
}
}
It works on desktop
But on mobile the social icons get cover up.
How do i solve this. Thanks !