Okay
  Public Ticket #233205
Search Bar Broken at Lower Resolutions
Closed

Comments

  • Ryan started the conversation

    At 1000 - 1300 px the menu drops to a new line on our site. Any time the menu takes up more than one line (large menus, small screen sizes) the search bar breaks. Clicking search will just redirect a user to the home page.

  •  8,839
    Tahir replied

    Hey Ryan!

    Add this into the Custom CSS box located in your Salient Options panel :

    @media only screen and (min-width: 1000px) and (max-width:1300px) {
        #search-outer {
            top: 100px !important;
        }
    }
    
    
    

    Cheers


    ThemeNectar Support Team