Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #837647

    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.

    #838534

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.