Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
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
For this you can use the following code:
.page-title h1 {
letter-spacing: inherit;
}
This will solve your issue for page title.
You must be logged in to reply to this topic.
SupportOffline