Comments Ryan started the conversationJune 18, 2014 at 6:27amAt 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,839Tahir repliedJune 18, 2014 at 5:11pmHey 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 Sign in to reply ...
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.
Hey Ryan!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team