Hi how do i place the heading of the column in the center, thanks in advance
Hello @ALPHA_2
I would like to give you a solution to support you:
- Go to Online Store-> Theme-> Edit code
- Open your theme.liquid theme file
- Paste the below code before :
Hello @ALPHA_2
Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?
Kind & Best regards,
GemPages Support Team
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hi Thank you, but this didn’t work
Hi it is the Shopify sense theme and I just want to put the headline of the column in the center
Hello there,
please share me purview link.
Thank you!
Add this code at the bottom of Theme Edit > assets > base.css file
.multicolumn .title-wrapper-with-link {
display: flex;
justify-content: center;
}
Try it and let me know
Thank you it worked