Hi there, while using a specific google font I noticed that in particular the ‘Special Headline’ Element uses some kind of justified alignment within the Headline/Subline…
this leades to a wider letter spacing than the regular left/right aligned text…
how would it be possible to control either alignment or letter spacing for the Special Headline element?
thanks in advance
P.-
Hey P
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .av-special-heading.blockquote > * {
text-align: center;
letter-spacing: 4px;
}
If that does not help, please post the link to your website and point out the special heading element
Regards,
Yigit