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

    Hello

    When setting up enfold in RTL WP with the search box to the left of the menu, it goes off screen

    #509089

    Hi Mustafa!

    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%; 
    }

    Best regards,
    Yigit

    #509090

    @Yigit

    Works excellent!

    Thanks :)

    #509093

    Hey!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues and have a great weekend!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Ajax search box floats off page in RTL’ is closed to new replies.