Home Forums Trusted Change main header size Reply To: Change main header size

#4749
Yazmin
Keymaster

To center the text in the header, add this Additional CSS:

.header-title {
    text-align: center;
}

or together with the previous “.header-title” code, like this:

.header-title {
    padding: 70px 0;
    text-align: center;
}