Hello,
On the mobile version of my site, the social icons were not displayed on the mobile version. I’ve managed to display them with :
.responsive #top #header .social_bookmarks {
display: block !important;
But I don’t manage to have the on the right near the secondary menu (My account), like it is on the desktop version.
Could u help me?
Tx !!
Marine
Hey Marine,
Can you try using this css code:
@media only screen and (max-width:767px) {
.responsive #top #header .social_bookmarks {
display: inline-block !important;
width: auto;
}
}
Hope this helps :)
Best regards,
Nikko
Perfect Nikko, tx !! You can close the issue :-)
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko