Want to show the search form on the tablet and mobile views of your website using Native Church classic version header style 3? Add this css at Theme Options => Custom CSS/JS
@media screen and (max-width:992px){
.site-header .topbar{
height: 135px;
}
.site-header .topbar .container{
position: static;
}
.hs4-menu{
bottom: 0;
}
.header-style3 .top-search{
display: block !important;
position: absolute;
bottom: 10px;
max-width: none;
width: calc(100% - 30px);
}
.header-style3 .main-menu-wrapper{
top: 135px;
}
}