Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25447

    Hi there

    Does anybody know how to reposition the AJAX Search Box?

    My client wants the search icon to be at the leftmost side of the site. Now when I click on the icon the search box pops up to the left and will go outside of the page.

    I’m hoping there’s a way to reposition where it pops up, eg. so I can move it to the right.

    Thanks for any help you can provide me.

    cheers

    Darryl

    #127009

    Hi,

    What type of header are you using?

    Try this:

    #top #menu-item-search > a {
    position: absolute;
    left: -930px;
    top: 10px;
    }

    .avia-search-tooltip.avia-tt {
    top: 85px !important;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reposition main menu AJAX Search Box’ is closed to new replies.