• Spaces in the font for subtitle in page option

    Nitzang
    Participant

    Hello,

    In themple there is subtitle in page option, I am using RTL in Hebrew language, but for some reason there is big space Between the letters as you can see

    Can you please advice if there is any way to reduce spaces between letters in this case ?

    Thanks
    Nitzan

    1 Reply
    Adnan Shawkat
    Keymaster

    For this you can use the following code:

    
    .page-title h1 {
        letter-spacing: inherit;
    }
    

    This will solve your issue for page title.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.