Hello Support,
How can I make the footer work as the following.
Copyright information on the left
Links “About Liis / Blog / press /contact” in the middle
PUNDYK Logo on the right.
Hope to hear from you soon.
Thanks,
MP
Hey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) {
.footer-link {
position: absolute;
left: 0;
right: 0;
text-align: center;
}
}
Cheers!
Josue
Awesome thanks for your help.
MP
You are welcome, glad to help :)
Regards,
Josue