Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #694658

    Hey Kriesi Team,

    – The website is using WPML for both English and Farsi (RTL) languages.
    > How may I change the direction of widget titles when Farsi language is shown?
    .

    Regards,
    Sadegh

    #694660

    Hey Sadegh!

    Please add following code to Quick CSS

    .rtl .widgettitle {
        text-align: right!important;
    }

    Regards,
    Yigit

    #694662

    hey Yigit,

    Doesn’t seems to work for me

    Regards,
    Sadegh

    #694670

    Hey!

    Please try following as well

    .rtl .widgettitle {
        text-align: right!important;
        direction: rtl !important;
    }

    If that still does not work, please create a temporary admin login and post it here privately so we can look into it

    Cheers!
    Yigit

    #694676

    Dear Yigit,
    Please find the credentials in private area.

    Regards,
    Sadegh

    #694697

    Hey!

    I added the code to bottom of style.css file of your child theme in Appearance > Editor. Please review your website now

    Regards,
    Yigit

    #694702

    Hey,

    Thank you dear Yigit, it works great.

    Regards,
    Sadegh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘widget RTL direction’ is closed to new replies.