Hi,
Can you guys let me know how to make the search block in header and also widget area RTL?
The search button (magnifier) should go to left side.
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
#top #searchsubmit, .ajax_load {
left: 0;
right: auto;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thanks but it didn’t work.
Hi afarahani,
It does, when I put add it to your custom.css, where are you putting the code?
Best regards,
Victoria
Hi Victoria,
Thanks. You are right. I put the code in the wrong place. Can you also fix the search icon in the search submit button?
Thanks.
Hi 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
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
font-family: 'entypo-fontello' !important;
}
If you need further assistance please let us know.
Best regards,
Victoria