hello,
i changed the blog design to elegant and for some reason the arabic text is being streched and it looks like its in pieces. is there a fix for that? i added a link to my blog plus a link to the main page where i have a blog post slider, it does the same there.
Hey Jihad!
Can you please post a screenshot and show the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Regards,
Yigit
no sorry i cant right now but i know how to explain it better. i used your ‘Elegant’ blog style, and when you choose Elegant it stretches the title spacing. it looks nice in english but in arabic text is connected, so when you stretch it it shows spaces between the text, which looks bad. is there a code which makes the title not stretch?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.rtl .post-title.entry-title {
letter-spacing: 0.01em!important;
}
Best regards,
Yigit
thanks,
that worked for my blog page, what can i do for the blog slider on the home page?
Hey!
Please use the code as following
.rtl .post-title, .rtl .avia-content-slider .slide-entry-title {
letter-spacing: 0.01em!important;
}
Regards,
Yigit
hey Yigit,
sorry that didnt work
Hi!
Can you please try following as well
.rtl .post-title, .rtl .slide-entry-title {
letter-spacing: 0.01em!important;
}
Regards,
Yigit
that did it. thank you very much.