Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #359403

    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.-

    #359814

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.