Hi there. I would like the items in my footer to be centered when viewed on the mobile only, but I can’t figure out how to amend the code. Happy with the way it looks on the desktop. Just need it center aligned on the mobile.
Many thanks.
Hi there. I would like the items in my footer to be centered when viewed on the mobile only, but I can’t figure out how to amend the code. Happy with the way it looks on the desktop. Just need it center aligned on the mobile.
Many thanks.
@claudinesc , do this to fix it in 20 seconds:
@media (max-width: 749px){
.site-footer *:not(input){
text-align: center;
}
}
Kind regards,
Diego
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
It worked! Thank you so much for your help!
thanks for update