Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #543249

    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.

    #543252

    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

    #543264

    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?

    #543271

    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

    #543280

    thanks,

    that worked for my blog page, what can i do for the blog slider on the home page?

    #543283

    Hey!

    Please use the code as following

    .rtl .post-title, .rtl .avia-content-slider .slide-entry-title {
        letter-spacing: 0.01em!important;
    }

    Regards,
    Yigit

    #543480

    hey Yigit,

    sorry that didnt work

    #543573

    Hi!

    Can you please try following as well

    .rtl .post-title, .rtl .slide-entry-title {
        letter-spacing: 0.01em!important;
    }

    Regards,
    Yigit

    #543919

    that did it. thank you very much.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Arabic Blog Post’ is closed to new replies.