• Resolved ACh

    (@ach1992)


    Hello,
    RTL style of the plugin has a problem.
    You have to use the following CSS to fix it:

    
    #wpstg-clonepage-wrapper {
        float: right;
    }
    .wpstg-clone {
        text-align: left;
    }
    .wp-staginglogo {
        float: right;
    }
    th .col-title {
        text-align: right;
    }
    .metabox-holder form {
        text-align: right;
    }
    #wpstg-log-details {
        direction: ltr;
    }
    .wp-staging-form {
        direction: rtl;
    }
    #wpstg-steps li {
        float: right;
    }
    #wpstg_select_tables_cloning {
        direction: ltr;
    }
    #wpstg_extraDirectories {
        direction: ltr;
    }
    
    • This topic was modified 5 years, 3 months ago by ACh.
    • This topic was modified 5 years, 3 months ago by ACh.
    • This topic was modified 5 years, 3 months ago by ACh.
    • This topic was modified 5 years, 3 months ago by ACh.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RTL Style’ is closed to new replies.