I’ve figured out how to center all the footer items (for mobile only) except the menu links.
Can anyone assist?
I’ve tried countless times and still cannot figure it out
Would also like to adjust the spacing between the links if possible. Thank you!
https://charlie-co-template.myshopify.com/
PW: charlie1
Hi @Bossbabecreativ
This is PageFly - Free Landing Page Builder. I would love to provide my for your store based on 6 years of providing solutions for about 100.000 active Shopify merchants.
You can find theme –> edit → theme.liquid
Then you can paste code before
@media (max-width:767px){
*.*footer-block__details-content.list-unstyled li a{
display:block !important;
margin:auto !important
}
}
If you want more flexibility to personalize your pages, I’d love to introduce our product PageFly Landing Page Builder with 24/7 support live chat. PageFly has a Free plan where you can use all features and create different page types so I hope give us a try.
If you find my comment useful, please let me know by giving it a Like. Thank you!
PageFly
1 Like
Thank you SO MUCH! It worked!