Viewing 3 replies - 1 through 3 (of 3 total)
  • Leo

    (@leohsiang)

    Hi there,

    I wouldn’t say it’s a problem as most users prefer to have the activate and close button in the same position.

    You can try this CSS to change the behaviour:

    @media (min-width: 769px) {
        .main-navigation li.search-item.close-search {
            position: absolute;
            right: 0;
        }
    }
    • This reply was modified 3 years, 4 months ago by Leo.
    • This reply was modified 3 years, 4 months ago by Leo.
    Thread Starter mariushosting

    (@marius84)

    Perfectly work @leohsiang

    Leo

    (@leohsiang)

    No problem 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search close button strange position’ is closed to new replies.