Hi,
Enfold search result page need to get RTL. Please let me know what code helps to achieve this. see below example. items should go to right.
Hey afarahani,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_elegant-blog #top .template-search .post-title {
text-align: right;
margin-right: 80px;
}
.search-result-counter {
text-align: right;
padding: 10px 18px;
left: auto;
right: 0;
}
Could you please also specify other elements, if any, that need to be changed.
If you need further assistance please let us know.
Best regards,
Victoria