Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #835681

    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.

    #836342

    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

    #836618

    Hi Victoria,
    Thanks but it didn’t work.

    #837009

    Hi afarahani,

    It does, when I put add it to your custom.css, where are you putting the code?

    Best regards,
    Victoria

    #837100

    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.

    #838035

    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

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