Tagged: social bookmarks
Icons disappear on mobile, I’m sure this has likely been asked but could not find a snippet to have them display on tablet + mobile?
Hi WalkerPark!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
http://wpmdemo.info/magetaphysio/
thanks Richard, the social links disappear at the phone screen size,
Andrea
Hi!
Add this to your custom CSS.
.responsive.html_header_top #header_main .social_bookmarks {
display: block !important;
}
Regards,
Elliott
ok, that works great, except they are going over top of the logo on mobile,
Hi!
I can’t see any overlapping on my end, could you provide us with a screenshot and what browser/phone you are using please?
Regards,
Rikard
iPhone 5, safari. http://www.walkerparkmedia.com/wp-content/uploads/2015/04/photo.png
Hi!
Where do you want to place the social bookmarks when viewing on mobile devices? Please provide a screenshot. You can use this to adjust the position of the social icons:
@media only screen and (max-width: 479px) {
.responsive.html_header_top #header_main .social_bookmarks {
display: block;
position: relative;
margin-top: 20px;
}}
Cheers!
Ismael
Thank you! All resolved now,
Andrea