Shopify themes, liquid, logos, and UX
I have managed to kind of centre the footer menu but actually it's slightly off to one side and I'm not sure how this has happened. Any solutions to get it centre aligned?
Solved! Go to the solution
This is an accepted solution.
Hello @Alexandrafj
I would like to give you some recommendations to support you :
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
@media screen and (min-width: 750px){
body .footer__content-top .grid {
margin-left: 0;
}
body .footer__content-top .grid__item{
padding-left: 0 !important
}
}
<style>
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages
Hi @Alexandrafj
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
This is an accepted solution.
Hello @Alexandrafj
I would like to give you some recommendations to support you :
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :
<style>
@media screen and (min-width: 750px){
body .footer__content-top .grid {
margin-left: 0;
}
body .footer__content-top .grid__item{
padding-left: 0 !important
}
}
<style>
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages
Perfect! thank you so much
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025