Hi! I’m using the Dawn theme, my URL is this and I want to center the collage title, but right now it is to the left. I want it to be centered.
Any help would be appreciated!
Hi! I’m using the Dawn theme, my URL is this and I want to center the collage title, but right now it is to the left. I want it to be centered.
Any help would be appreciated!
Hi @Cinnalatte
You can try follow this path:
Themes => edit code => asset => collage.css
and add this code to bottom of the file collage.css
.collage-wrapper-title{
text-align: center;
}
hi @Cinnalatte
This is PageFly - Free Landing Page Builder.
You can add this code into your theme css file, should be base.css
.collage-wrapper-title{
text-align: center;
}
Hope this can help you solve the issue
Best regards,
PageFly
Hello @Cinnalatte
Try this code: It will be helpful to you-
Go to the online settings>Theme>Edit Code>Assets>base.css>add code in this file.
.collage-wrapper-title {
text-align: center !important;
}