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

    Hello,

    in the mobile version on this page: https://shantama.org/ the Social Icon for IN is not visible. Only the line to divide the section but no Icon. looks buggy. Can you please send CSS to fix this?

    #1427477

    Hey ausgesonnen,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block;
    }
    }

    Best regards,
    Rikard

    #1427970

    Now it has disapperead completely. Before it looked buggy. Now it is totally gone.

    #1427997

    Hi,

    Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block !important;
    }
    }

    Best regards,
    Rikard

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