Please can anyone help me? I have put a red box around the txt that I need centering, I have tried various code suggestions but none have worked so far! Thanks in advance! (I added this to my page as a custom liquid as I couldn’t find any other ways to get text at the bottom of the page).
Hi @mattwaller9
Can I take a look? Would you mind to share your store URL? Thanks!
Hi,
The website isn’t live unfortunately, is there a way to send a link to a site that isn’t live yet?
Yes, the preview link. When you like to share the theme but its not live yet. Open the preview and you can check down the screen this buttons,

Click share preview so you can get the link. Thanks!
Thanks, 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 “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.section-sections--20483128656202__custom_liquid_c33jyd-padding {
text-align: center;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi,
This worked brilliantly! Thank you so much. Do you know how I could move the text to be above the payment method icons? Or at least to make the text slightly smaller?
Thanks in advance
All i can to is to make the font smaller.
Replace the code with this.
.section-sections--20483128656202__custom_liquid_c33jyd-padding {
text-align: center;
font-size: 12px;
}
And save. You can adjust the font size.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much!


