Hi,
How can I have the social media buttons be shown while viewing in mobile devices? It shows on desktop, but not on mobile. My website is http://www.WisithJ.com
Hey Wisith,
Please add this code to the quick css field to show them:
@media only screen and (max-width:479px) {
.responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
display: block;
}
}
Best regards,
Peter
Hey Dude,
I inserted the code. I have another code that I am using for anchor so I put yours below it. Is that OK? I don’t want the two codes to mess with each other? Right now it looks like this:
a#scroll-top-link, a#scroll-top-link:hover {
background-color: black!important;
}
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}