I have this site
And the social icons dont show at the mobile version (360px)
I want to see like this
http://www.soldelnahuel.com.ar/web/social-top.jpg
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
#top #header .social_bookmarks {
top: -7px;
left: 0;
right: 0;
}
#top #header #header_main {
padding-top: 20px;
}
}
Cheers!
Josue