Tagged: rtl, search box
in a enfold website I’ve helped build, when you click the search icon (on the top left)
the search box pops out but it gets outside of the browser window (it pops to the left when it’s already at the left border of the browser window)
it might be an Right To Left issue since its a hebrew site
can you help me fix it?
Shalom!
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%;
}
Cheers!
Yigit
Sorry it took me so long to answer (been away from any computer in the last few days), it works! Thank you very much!
Hey!
Glad to know we could help :)
Please let us know if you ever need any help in the future,
Cheers!
Dake