• Resolved soushiant

    (@soushiant)


    Hi. I’ve installed “tablepress-change-datatables-strings” plugin to my wordpress site and translated the “lang-en_US.json” desired fields to Persian language.

    Now i need to move the translated “Search” word which is located at the left of text box to the right (because of right to left nature of Persian language like Arabic).

    Image link: See Here

    Please provide necessary custom CSS codes to make this change.

    Thank you

    https://wordpress.org/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    If your site is configured for a right-to-left language, this should be automatic…

    Otherwise, you can try to force it by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_filter {
    	direction: rtl;
    }

    Regards,
    Tobias

    Thread Starter soushiant

    (@soushiant)

    Hi,

    Thank you very much !

    Problem solved.

    wish you success! 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move "Search" word from left of the box to the right ?’ is closed to new replies.