Sfa000
1
Hello All,
I am facing an issue after purchasing prestige theme.
The website I am building will be fully in Arabic.
However, some words have breaks(space) between the letter as you can see below. Is there a way to fix it? =(
Thanks in advance, would really appreciate any help…
Litos
2
Hi @Sfa000 ,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
.features--heading-uppercase .Heading {
letter-spacing: normal !important;
}
Hope it helps!
Sfa000
3
OMG @Litos !!! You are a life safer !!! I truly appreciate your support!!! I can’t thank you enough!!
The code fixed everything except the content in the buttons, Is there a way to fix it also? @Litos
I would really appreciate your support…
Litos
4
Hi @Sfa000 ,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
.Button {
letter-spacing: normal !important;
}
Hope it helps!
Sfa000
5
@Litos
Thaaaannnnnnnk You!!! I was going crazy trying to fix it. Your solution works like magic…
Truly appreciate the support.