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

#4752
Yazmin
Keymaster

OK, when I view your site the title is positioned differently to how it look in your screenshot image.

Anyway, you could try this instead:

.header-title {
    padding: 10px 0 20px;
}

this will give it a top padding of 10px and a bottom padding of 20px

or also try this:

.header-title {
    padding: 0 0 20px;
    margin-top: -50px;
}