Feedback for your online store from the community
Hello.
We are currently in the site work.
The policy is biased toward the left side of the site.
the middle
Hi @HNHusa
To center your policy text or content on your Shopify site, you'll need to adjust the CSS (Cascading Style Sheets) in your theme. Here’s a simple step-by-step guide to do that:
.policy-text {
text-align: center;
margin: 0 auto;
}
Quick Tip: If you want to center the text only horizontally, the code above works. But if you also want it vertically centered, you can modify it like this:
.policy-text {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
This will center the policy both horizontally and vertically within its container.
If you run into any issues, feel free to share a screenshot or let me know more details, and I’ll guide you further.
Best regards,
Daisy
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025