If you want to center the page title of collection page like the above image, you can follow steps below.
Solution
Step 1
Go to file Assets > base.css
Step 2
Add the following code at the bottom of the file
title.title--primary {
text-align: center;
}