Mardermolch
asked 10 years ago

The size of the header style h1 ist too big for me, text doesnt fit… How can i adjust this?

Thanks,
Andi

2 Answers
DominicStaff
answered 10 years ago

Hello Mardermolch !
To change the size of the < h1> tag in the DW Fixel, You can log in to Dashboard > Appearance > Customize > Custom Code, Add the following code to the Header Code:

<style>
.block.head h1 {
    font-size: ...px;
}
</style>

Hope this helps !

Solo P
answered 10 years ago

You could always try h2.h3.h4….

Powered by DW Question & Answer Pro