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
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
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.
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
Great, today it works too! Thanks for the tip.
Kirsten