I can’t set the H1 in responsive to 50px in the text block. Enfold only offers me a maximum of 40px. i need to be able to change the font for responsive divices. Besides, you can’t set letter spacing in advanced styling for H1-H6, but you can in “button styling”.? I work with versal latters and have to use letter spacing.
Hey karin,
You have further settings under Enfold->General Styling->Typography, please check there. I would recommend that you use the Special Heading element for your headings though, instead of a Text Block element.
If you need to alter the letter spacing then you can use custom CSS like this Quick CSS:
h1 {
letter-spacing: 10px;
}
Best regards,
Rikard