Prestige theme - Arabic language line breaks

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…

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!

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…

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!

@Litos

Thaaaannnnnnnk You!!! I was going crazy trying to fix it. Your solution works like magic…

Truly appreciate the support.