some modification in rtl language
-
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
The topic ‘some modification in rtl language’ is closed to new replies.