• WordPress version: 3.4
    WordPress SEO version: 1.2.4

    The plugin has some RTL issues.

    yst_plugin_tools.css line 24:
    div.yoastbox ul { margin-left: 20px; }

    in RTL it should be:
    margin-left: 0; margin-right: 20px;

    yst_plugin_tools.css line 32:
    label { float: left; margin-left: 6px; }

    in RTL it should be:
    float: right; margin-left: 0; margin-right: 6px;

    yst_plugin_tools.css line 41:
    input.textinput, textarea.textinput, select.select, input.checkbox { float: left; margin: 12px 3px 0 0; padding: 5px; }

    in RTL it should be:
    float: right; margin: 12px 0 0 3px;

    https://www.ads-software.com/extend/plugins/wordpress-seo/

  • The topic ‘[Plugin: WordPress SEO by Yoast] RTL issues’ is closed to new replies.