The social profiles appear on a PC, but not on mobile. See http://northpointcarcare.com.
Please advise. Thanks in advance for your help. – Perry
Hey Perry,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header .social_bookmarks{
display:block!important;
}}
Best regards,
Jordan Shannon
Thanks Jordan. Is there any way to remove the border around the icons? Thanks again! – Perry
Hi,
Try adding the following to quick css:
@media only screen and (max-width: 767px) {
#top .social_bookmarks li{
border:none!important;
}}
Best regards,
Jordan Shannon
Never mind about the borders. I found the code on another post.
.responsive #header .social_bookmarks li {
border: none!important;
}
Thanks again, Jordan! This can be closed.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon