Shopify themes, liquid, logos, and UX
Hello, I would like to center this text in the footer section of my store on desktop, and straighten it as much as possible so it looks neat. I have already done it for mobile (except the straightening part), but cant figure out how for desktop.
Store: https://bb9f8c-ac.myshopify.com/en
pass: pongia
Solved! Go to the solution
This is an accepted solution.
Hello @JordiP
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-footer.css
add this code at the end of the file.
h2.footer-block__heading.inline-richtext {
text-align: center;
}
.footer-block__details-content.rte {
text-align: center;
}
h2.footer-block__heading.inline-richtext {
text-align: center;
}
ul.footer-block__details-content.list-unstyled {
text-align: center;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
I pasted it into the bottom of assets/section-footer.css , however nothing happened. Could you look into it? Thank you.
This is an accepted solution.
Hello @JordiP
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-footer.css
add this code at the end of the file.
h2.footer-block__heading.inline-richtext {
text-align: center;
}
.footer-block__details-content.rte {
text-align: center;
}
h2.footer-block__heading.inline-richtext {
text-align: center;
}
ul.footer-block__details-content.list-unstyled {
text-align: center;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thank you very much. It would also be great to know how to center the email sign up box and text to the middle of the footer, and the purple button with the social media icons preferably placed to the left. Thank you for your help!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024