Hi I am trying to centre all the footer stuff. I’ve done some code but it’s a bit janky and the subheadings are not completely centred. help would be appreciated!!
website: www.stagtis.com
website: www.stagtis.com
Hi @Stagtis
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
And Save.
Result:
Suggestion: Its better make the links titles bigger or bolder so it wont look like a subtitles.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hello @Stagtis ![]()
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.footer-block__heading,
.footer-block__details-content {
text-align: center !important;
}
The result
Hope that helps!
oh, I thought you already align center. I just take out the margin on the right, cause the reason the subtitles are not properly align in the center. To center add this code to inside the tag
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
text-align: center;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
sorry I thought it’d messed up your code so I removed it. thanks so much, works great now @Made4uo-Ribe
That is good to hear. Welcome! Most of the time if the editor theme, cant reach your desire design leave it and mostly developers fix it to reach your desire design. If you keep changing them then there would be conflicts and wont be fix the problem.
Hi, I try to centre the footer as well. But can’t fine the base.css? It won’t show up after I search.