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

    Hello,

    after moving our website, our social media symbols and also our telephone number are no longer visible in the header on mobile devices. I’ve tried some of your suggested codes, like this:

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .main_menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    top: 10px;
    text-align: right;
    }
    }

    but it doesn’t worked.
    Many thanks for your help

    kirsten

    #1011760

    Hey Kirsten,

    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 !important;
    }
    }

    Best regards,
    Rikard

    #1011936

    Hey Rikard,
    thanks you for your reply, but it didn’t work.
    Before moving, everthing was fine with the symbols.
    Furthermore, there is also the problem with the telephone number in the header.

    #1012111

    Hi,

    I can see the social icons on mobile on my end now, so it’s working. Please try to clear your browser cache and reload the page.

    Best regards,
    Rikard

    #1012200

    Great, today it works too! Thanks for the tip.

    Kirsten

    #1012317

    Hi Kirsten,

    Great, I’m glad it’s working on your end too. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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