Tagged: , ,

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #516894

    Hi.

    I have a problem where I have two search bars showing on my site – one in the main menu and other one below it. How can I remove the second search bar?

    SOLVED!

    Using:

    @media only screen and (min-width: 800px) {
          div#mobilesearch {
              display: none;
          }             
    }
    • This topic was modified 8 years, 6 months ago by catmac2204. Reason: Solution found
Viewing 1 post (of 1 total)
  • The topic ‘Double Search bar showing..’ is closed to new replies.