Tagged: iphone, social icons
Since the update, the social icons in the Header are on top of the logo on an iPhone.
What are my options?
scottbelldesign.com
Thanks!
Bump
Hey!
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks {
right: -60px;
position: absolute;
}
#top .social_bookmarks li a {
width: 20px;
min-height: 20px;
font-size: 15px;
}
#top .social_bookmarks li {
width: 25px;
}
#top .social_bookmarks li a {
line-height: 20px;
}
}
Best regards,
Ismael