Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #509057

    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?

    #509061

    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

    #511729

    Sorry it took me so long to answer (been away from any computer in the last few days), it works! Thank you very much!

    #511736

    Hey!

    Glad to know we could help :)

    Please let us know if you ever need any help in the future,

    Cheers!
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘search box gets outside of the browser window’ is closed to new replies.