Almost there!
On my website, https://www.fleshandbloodcards.com I have a page linked in the header section: Expansions.
I want the title to be centred above the columns. I have tried the obvious (but wrong) align: center; (see below) but this doesn’t work (page can’t be saved when I add this in). How should I be doing it?
Hi @chad0x001
Its Artzen Technologies! We will be happy to help you today.
Here if you don’t want to add the css align: center; then you can try another css that is (margin: 0 auto). This will make your heading center without adding any further css.
Here, in the above screenshot it is done and you can see the desired result.
Let me know if need further assistance
Regards,
Artzen Technologies
1 Like
Hi @chad0x001 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
1 Like
What I have done instead is remove the multi column heading/total and instead made the page visible above it and put the title there. Now I just need to work out how to make that title span the full width of the page, as the multi column does. Thanks for your help.
I have tried to handle this in a different way, please see my other question regarding page title h1 page width. It’s annoying me that the blog post page using the blog card can be done the way you have showed without the need to have a page section above it but the expansions page I have built seems to have to have the page section then the multi column section. Is there a way to either have the expansions page built in the same was as the blog page - with an expansions “card” section and no page section above it, or to have the blog page with a page section above it and a blog card with no header?