Hi havas,
I think you should move the social icon to the topbar, You can use the following CSS code
@media (max-width: 480px) {
.t3-header {
margin-top: 30px;
}
.t3-header .headright .head-social {
position: fixed;
top: 0;
background: #555;
left: 0;
height: 30px;
text-align: center;
width: 100%;
padding: 0;
}
.t3-header .headright .head-social .social-list {
padding: 0;
margin: 0;
}
.t3-header .headright .head-search .search-full {
top: 90px;
}
}
Hope this helps!