Hi Support,
Updated to 4.1 today and my social icons have disappeared in mobile/responsive view.
Problem: Social media icons do not display. I lose them at 767 px
I have performed the following.
1) dumped W3 and local browser cache/temp files several times
2) removed custom CSS and tested. Still not social icons.
Here ‘s what I have in Quick CSS.
#header_meta, #header_main {
background: transparent;
border: none!important;
}
.sub-menu {
max-width:150px;
}
.avia-caption-title,.slideshow_caption .avia-caption-content p {
background: transparent!important;
}
@media only screen and (max-width: 767px) {
.phone-info span {
color:black !important;
}
}
Hey Keith,
Add the following to quick css:
@media only screen and (max-width: 767px){
.responsive #top #header .social_bookmarks {
display: block!important;
}
}
Best regards,
Jordan Shannon
Hi Jordan,
Works perfectly. Thank You!
Hi,
Glad that Jordan helped you. Thanks for using Enfold :)
Best regards,
Nikko