Tagged: mobile, small bar above main menu, social profiles
Social profiles are not seen in Small bar above Main Menu on mobile. I have transparent header and it works fine on the wide screens. On mobile there should be social profiles on white on #9c8891-background without borders.
Hey,
Please delete following custom CSS codes
@media only screen and (max-width: 479px){
.responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
display: none;
}}
@media only screen and (max-width: 767px){
.responsive #top #header .social_bookmarks {
display: none;
}}
and add following code
.responsive #top #header_meta .social_bookmarks li a {
color: white;
background: #9c8891;
}
Best regards,
Yigit
Where is the custom CSS code, which I should delete? It is not in Theme Options Quick CSS.
Hi,
If it is not in Quick CSS field, could you please try going to Enfold theme options > Performance and disable “CSS file merging and compression”, save theme options and flush cache and then enable it again?
If that does not help, please create temporary admin logins here privately so we can look into it :)
Best regards,
Yigit
Hi,
Thanks for that. I added this to your Quick CSS and the social icons are displaying on mobile now:
@media only screen and (max-width: 767px) {
.responsive #top #header .social_bookmarks {
display: block;
}
}
Best regards,
Rikard
Icons are not displaying on mobile – at least not in Honor phone… This did not help.
Hi tammiviestinta,
We have added this css code in your Quick CSS:
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #header .social_bookmarks {
display: block !important;
}
}
Please try to clear your browser cache and check again.
Best regards,
Nikko
Now it works! Thank you again for help!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon