How can i centre the “SHIPPING & RETURNS” title on this page?
shop url: https://c1e46d.myshopify.com/pages/shipping-returns
How can i centre the “SHIPPING & RETURNS” title on this page?
shop url: https://c1e46d.myshopify.com/pages/shipping-returns
Hi @suoshie ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-main-page.css->paste below code at the bottom of the file:
.main-page-title {
text-align: center;
}
Hope my answer will help you.
it worked thanks marked as solution! Do you know how i can make the title position a bit lower?
Yes, to make title lower, you can add below code in section-main-page.css:
.main-page-title {
margin-bottom: 16px;
}
Note: You can chang the px value to match your store