How can I center the 'Duftguide' title on my webpage?

Dear all,

I googled and couldn’t find the solution for me. How do I center the title ‘Duftguide’?

www.zizoe.de

PW: beocru

Thanks in advance

best regards

Hi @zizoe
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.main-page-title {
text-align: center;
}