I’m losing my social media icons on my submenu when I view my website on a mobile phone. I can see the icon when viewed on a desktop. When I test the responsiveness the icons disappear.
Hey kenshejoe,
Can you give us a link to the page where the submenu appears? so we can check it.
Best regards,
Nikko
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top #header .social_bookmarks {
display: block;
}}
@media only screen and (max-width: 989px) and (min-width: 768px){
.responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
display: block;
}}
@media only screen and (max-width: 479px){
.responsive #top #header .social_bookmarks {
display: block;
}}
Best regards,
Jordan Shannon
Thanks a bunch, that worked.
Hi kenshejoe,
We’re glad that hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko