Home › Forums › Trusted › Change main header size › Reply To: Change main header size
May 24, 2018 at 1:28 pm
#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;
}