Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #993705

    Hi!
    http://www.hotelladdict.se

    I can’t see the social media icons on my smartphone.
    What shall I do in order to view them on smartphone as well?

    Thanks
    Charlotte
    smartphone

    #993709

    Hi Charlotte!

    You can use this code to show the social icons (add it to the child theme style.css or quick css field):

    
    @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 !important;
    }
    }
    
    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .logo img {
        width: 75%;
    }
    }
    

    Cheers!
    Peter

    #993710

    Great, thanks :)

    #994055

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social media icons on smartphones’ is closed to new replies.