Hi,
Please look the image attached.
1. How can I set the social icons at the same level of the header logo image in the desktop view?
2. How can I do the social icons will be showed with enough room in smartphones?
Thanks!
@media only screen and (max-width: 440px) {
.gk-logo img {max-height: 50px !important;}
}
#gk-social {
margin-bottom: 35px;
margin-top: 10px !important;
}