Hi
How can I move the search icon to the far side of the menu bar on RTL pages?
It is properly displayed on LTR pages and I’d like the same (only mirrored) for RTL pages
Thank you
Shalom!
Please add following code to Quick CSS
.rtl li#menu-item-search {
float: left!important;
}
Regards,
Yigit
Wonderful
it fixed the rtl search icon menu issue
thanks