forher
October 16, 2022, 12:46am
1
I encountered this issue, that my pages created do not reflect the website. My title is huge & not centered & no matter how much I try to center the text, it does not align to the center. What can I do to make the header smaller & have it all align to the center? (I have already tried changing text size on main content, without success)
As example, my shipping & returns page: https://forher.boutique/pages/shipping-returns
this issue is on all page pages.
Hello @forher
In Shopify Admin, go to Themes > Edit code, open file base.css and add this code snippet at the bottom
.main-page-title {
text-align: center;
font-size: 36px;
}
The result
Hope that helps!
Hi.
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file base.css
.page-width.page-width--narrow.section-template--16464725606629__main-padding{
text-align: center;
}
Hope this answer helps.
Best Regards,
PageFly
1 Like
forher
October 16, 2022, 7:53am
4
thank you for helping & what if I want to make only the header bold now?
forher
October 16, 2022, 7:54am
5
It helped a lot & my last question is, what if I want to make only the header bold now?
forher
October 16, 2022, 7:54am
6
Hi think you for replying & I suggest you to try what @PageFly-Victor said. It worked for me!
1 Like