Tagged: social icons
Hi guys!
I have some problems with social icons on mobile. At first they disappeared at all. Than I added to quick CSS this code (I found it on this forum)
@media only screen and (max-width: 767px) {
.main_menu, #header_main_alternate {
display: block;
}
.responsive #header .social_bookmarks {
display: block!important;
}}
And now they appear but not correctly. Could you please help me adjust this code specially for my layout? My website http://burdagrin.com/
Hey Olga,
Try to replace the code above with this one:
@media only screen and (max-width: 767px) {
.main_menu, #header_main_alternate {
display: block;
}
.responsive #header .social_bookmarks {
display: block!important;
position: absolute !important;
}
}
Let us know if it works :)
Best regards,
Nikko
It works perfectly! Amazing support and template! Thank you very much!
Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Nikko