• in RTL language sidebar go to right and WordPress sidebar is in right. for solving this problem I suggest add this code in this line

    admin-custom-login/css/smartech.css
    inline 440
    direction: ltr;
    and the button float save and restore is go under the sidebar
    change this line
    admin-custom-login/css/smartech.css
    inline 1924

    .save-button-block {
    position: fixed;
    bottom: 0%;
    right: 1%;
    width: auto;
    background: rgba(41, 40, 47, 0.78);
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
    }

    to this

    .save-button-block {
    position: fixed;
    bottom: 0%;
    left: 20%;
    width: auto;
    background: rgba(41, 40, 47, 0.78);
    overflow: hidden;
    border-radius: 6px;
    z-index: 1000;
    direction: ltr;
    }

    thank you

Viewing 1 replies (of 1 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi saeed_same,

    – Really thank you for this help and we will add this code in our next release.
    – You are awesome.
    – If you like and enjoy our plugin please review us.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘some modification in rtl language’ is closed to new replies.