Hello
When setting up enfold in RTL WP with the search box to the left of the menu, it goes off screen
Hi Mustafa!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.rtl .avia-search-tooltip.avia-tt {
left: auto!important;
right: -270px;
}
.rtl .avia-search-tooltip .avia-arrow-wrap {
right: 93%;
}
Best regards,
Yigit