Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42737
    ashrafashraf
    Member

    Hi Sakin,
    Please, How can i hide the social buttons that is on the right of my site on the mobile devices ?

    Best wishes
    A.J.
    idaat.se

    #42740
    Sakin
    Keymaster

    @ashrafashraf: Go to your Custom CSS box and replace the code

    @media screen and (max-width: 960px) {
    .social-profile {display: none;}
        #site-generator { padding-top: 220px; }
    }

    With the following

    @media screen and (max-width: 960px) {
        .social-profile, .social-icons {display: none;}
        #site-generator { padding-top: 220px; }
    }
    #42742
    ashrafashraf
    Member

    100 Thanks.

    Best wishes
    A.J.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hidden’ is closed to new replies.