Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #868982

    The social profiles appear on a PC, but not on mobile. See http://northpointcarcare.com.

    Please advise. Thanks in advance for your help. – Perry

    #868984

    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

    #868997

    Thanks Jordan. Is there any way to remove the border around the icons? Thanks again! – Perry

    #869000

    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

    #869002

    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.

    #869003

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Social Profiles not appear in Small bar above Main Menu on mobile’ is closed to new replies.