Page Title - Question | JoomShaper

Page Title

A

ALOVO

General 1 week ago

How can I increase the letter spacing of the page title (NOTRE CONFESSION DE FOI)? However, I don’t have this problem on mobile. Thank you

0
3 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 week ago #231639

Hi,

Thank you for reaching out.

Could you please share the page URL where the issue occurs and a screenshot showing the page title and the letter-spacing problem?

This will allow us to inspect the issue more closely and provide you with the appropriate solution.

Best regards,

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 week ago #231674

Please, use this custom css:

.itemid-684 .sp-page-title h2 {
    letter-spacing: unset;
}

Thanks

0