Hello,
I have the following question:
How can I centre the page titles in the Dawn template (default is left-aligned)? Background: The page titles of the legal pages are centred and I would like to have it the same.
Best regards
Dini
Sorry, I’m not allowed to share the store url as it’s for a new project that hasn’t been released yet.
But hopefully the question should be answerable without the store url.
Solution found:
insert the following at the bottom of the base.css file:
.main-page-title {
text-align: center;
}