Dear all,
I googled and couldn’t find the solution for me. How do I center the title ‘Duftguide’?
PW: beocru
Thanks in advance
best regards
Dear all,
I googled and couldn’t find the solution for me. How do I center the title ‘Duftguide’?
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;
}