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

    Hi, maybe you could help me.

    The social bookmarks are not displayed on the mobile phone. Desktop and iPad no problem.

    Who can help please?

    #1282506

    Hey Timo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
        .responsive #top #wrap_all #header_meta .social_bookmarks {
            display: block !important;
            margin-top: 5px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1282518

    Many Thanks

    #1282531

    Hi tjg,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.