Tagged: ,

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

    Hi
    How can I move the search icon to the far side of the menu bar on RTL pages?
    It is properly displayed on LTR pages and I’d like the same (only mirrored) for RTL pages
    search icon on RTL
    Thank you

    #402908

    Shalom Yory!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #406983
    This reply has been marked as private.
    #407003

    Shalom!

    Please add following code to Quick CSS

    .rtl li#menu-item-search {
      float: left!important;
    }

    Regards,
    Yigit

    #407032

    Wonderful
    it fixed the rtl search icon menu issue
    thanks

    #407035

    Hey!

    You are welcome Yory, glad we could help! Have a nice weekend!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘search icon on RTL pages menu’ is closed to new replies.