Home Forums WoodMart support forum miising translation string Reply To: miising translation string

#18717

sitevar
Participant

Thanks
I have cleared cache twice before but the third time it bring the translation to live.
Thanks
These are 3 small css fixes for the rtl version you may consider to add in the future upgrade :
.rtl .woodmart-search-dropdown .woodmart-search-wrapper {
left: auto;
right: -25px;
}
.rtl .woodmart-header-links .sub-menu-dropdown {
left: auto;
right: 0;

}
.min-footer .col-right {
text-align: left;
padding-left: 50px !important;
}

also I found that you forgot to add editor-style-rtl.css in css folder and that cause an error when viewing admin panel with rtl.

Thanks.