Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Towfiq I.

    (@tislam100)

    hmm.. I will fix it in the next version. Thanks for the feedback ??

    Theme Author Towfiq I.

    (@tislam100)

    Open up functions.php and add this:

    add_action('admin_head', 'asteria_admin_rtl');
    
    function asteria_admin_rtl() {
      echo '<style>
    .redux-typography-container{max-width:420px;}
    .redux-group-tab-link-a span.group_title {padding-right: 30px;padding-left: 0px!important;}
    .display_header h2{font-size:0px;}
      </style>';
    }

    after this:

    add_action('redux-enqueue-asteria', 'asteria_admin');

    Thread Starter Mohammad Etemaddar

    (@sefid-par)

    Nice!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[SOLVED] The options page is ruined in RTL (Persian) language.’ is closed to new replies.