Hi Dheeraj,
To show the social profiles and search in smaller devices Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (max-width: 767px) {
.social-profiles {
margin-top: 12px;
}
.social-profiles, .search-toggle {
display: block;
}
.social-profiles, .social-profiles ul {
float: left;
}
.search-toggle {
float: left;
margin: 20px 5px 0;
position: relative;
}
#search-box {
right: 25px;
top: 60px;
}
}
Thank you!